#42420F

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

Shades of Verdun Green #42420F

Tints of Verdun Green #42420F

Color information

#42420F (or 0x42420F) is unknown color: approx Verdun Green. HEX triplet: 42, 42 and 0F. RGB value is (66,66,15). Sum of RGB (Red+Green+Blue) = 66+66+15=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42420F is #BDBDF0. Grayscale: #3C3C3C. Windows color (decimal): -12434929 or 1000002. OLE color: 1000002.

HSL color Cylindrical-coordinate representation of color #42420F: hue angle of 60º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42420F is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB666615-
CMYK000.770.74
HSL60º62.96%15.88%-
HSV(B)60º77.27%25.88%-
XYZ4.285.091.21-
YUV60.19102.5132.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=44.90%
G=44.90%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666615000.770.746062.9615.88
Hex4242F004D4A3c3f10
Octal1021021700115112747720
Binary100001010000101111001001101100101011110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42420F; }

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

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

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

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

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

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

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

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