#414308

Color #414308 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #414308

Tints of Verdun Green #414308

Color information

#414308 (or 0x414308) is unknown color: approx Verdun Green. HEX triplet: 41, 43 and 08. RGB value is (65,67,8). Sum of RGB (Red+Green+Blue) = 65+67+8=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #414308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414308 is #BEBCF7. Grayscale: #3B3B3B. Windows color (decimal): -12500216 or 541505. OLE color: 541505.

HSL color Cylindrical-coordinate representation of color #414308: hue angle of 62.03º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #414308 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB65678-
CMYK0.0300.880.74
HSL62.03º78.67%14.71%-
HSV(B)62.03º88.06%26.27%-
XYZ4.235.161-
YUV59.6898.84131.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 67 (26.56% from 255) = 47.86%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=46.43%
G=47.86%
B=5.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal656780.0300.880.7462.0378.6714.71
Hex4143830584A3e4ff
Octal10110310301301127611717
Binary1000001100001110001101011000100101011111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414308; }

 p { color: rgb(65,67,8); }

 H1.HeaderClassName
 {
   color: #414308;
 }
 .AnyTagClassName
 {
   color: #414308;
 }
</style>
background-color css

<style>
 a { background-color: #414308; }

 a { background-color: rgb(65,67,8); }

 div.DivClassName
 {
   background-color: #414308;
 }
 .BgClassName
 {
   background-color: #414308;
 }
</style>
border-color css

<style>
 span { border-color: #414308; }

 span { border-color: rgb(65,67,8); }

 td.TdClassName
 {
   border-color: #414308;
 }
 .TagClassName
 {
   border-color: #414308;
 }
</style>