#42440C

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

Shades of Verdun Green #42440C

Tints of Verdun Green #42440C

Color information

#42440C (or 0x42440C) is unknown color: approx Verdun Green. HEX triplet: 42, 44 and 0C. RGB value is (66,68,12). Sum of RGB (Red+Green+Blue) = 66+68+12=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #42440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42440C is #BDBBF3. Grayscale: #3D3D3D. Windows color (decimal): -12434420 or 803906. OLE color: 803906.

HSL color Cylindrical-coordinate representation of color #42440C: hue angle of 62.14º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42440C is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB666812-
CMYK0.0300.820.73
HSL62.14º70%15.69%-
HSV(B)62.14º82.35%26.67%-
XYZ4.385.321.14-
YUV61.02100.34131.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=45.21%
G=46.58%
B=8.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6668120.0300.820.7362.147015.69
Hex4244C3052493e4610
Octal10210414301221117610620
Binary10000101000100110011010100101001001111110100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42440C; }

 p { color: rgb(66,68,12); }

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

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

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

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

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

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

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