#414208

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

Shades of Verdun Green #414208

Tints of Verdun Green #414208

Color information

#414208 (or 0x414208) is unknown color: approx Verdun Green. HEX triplet: 41, 42 and 08. RGB value is (65,66,8). Sum of RGB (Red+Green+Blue) = 65+66+8=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #414208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414208 is #BEBDF7. Grayscale: #3B3B3B. Windows color (decimal): -12500472 or 541249. OLE color: 541249.

HSL color Cylindrical-coordinate representation of color #414208: hue angle of 61.03º degrees, saturation: 0.78, 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 #414208 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB65668-
CMYK0.0200.880.74
HSL61.03º78.38%14.51%-
HSV(B)61.03º87.88%25.88%-
XYZ4.175.040.98-
YUV59.0999.17132.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 8 (3.52% from 255) = 5.76%
R=46.76%
G=47.48%
B=5.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal656680.0200.880.7461.0378.3814.51
Hex4142820584A3d4ef
Octal10110210201301127511617
Binary1000001100001010001001011000100101011110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414208; }

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

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

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

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

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

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

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

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