#424208

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

Shades of Verdun Green #424208

Tints of Verdun Green #424208

Color information

#424208 (or 0x424208) is unknown color: approx Verdun Green. HEX triplet: 42, 42 and 08. RGB value is (66,66,8). Sum of RGB (Red+Green+Blue) = 66+66+8=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424208 is #BDBDF7. Grayscale: #3B3B3B. Windows color (decimal): -12434936 or 541250. OLE color: 541250.

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

Color convert

RGB66668-
CMYK000.880.74
HSL60º78.38%14.51%-
HSV(B)60º87.88%25.88%-
XYZ4.245.070.99-
YUV59.3999132.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=47.14%
G=47.14%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66668000.880.746078.3814.51
Hex4242800584A3c4ef
Octal10210210001301127411617
Binary100001010000101000001011000100101011110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424208; }

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

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

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

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

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

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

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

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