#424F08

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

Shades of Verdun Green #424F08

Tints of Verdun Green #424F08

Color information

#424F08 (or 0x424F08) is unknown color: approx Verdun Green. HEX triplet: 42, 4F and 08. RGB value is (66,79,8). Sum of RGB (Red+Green+Blue) = 66+79+8=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #424F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424F08 is #BDB0F7. Grayscale: #434343. Windows color (decimal): -12431608 or 544578. OLE color: 544578.

HSL color Cylindrical-coordinate representation of color #424F08: hue angle of 70.99º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #424F08 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB66798-
CMYK0.1600.900.69
HSL70.99º81.61%17.06%-
HSV(B)70.99º89.87%30.98%-
XYZ5.096.771.27-
YUV67.0294.69127.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 79 (31.25% from 255) = 51.63%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=43.14%
G=51.63%
B=5.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal667980.1600.900.6970.9981.6117.06
Hex424F81005A45475211
Octal1021171020013210510712221
Binary100001010011111000100000101101010001011000111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F08; }

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

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

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

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

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

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

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

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