#42450C

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

Shades of Verdun Green #42450C

Tints of Verdun Green #42450C

Color information

#42450C (or 0x42450C) is unknown color: approx Verdun Green. HEX triplet: 42, 45 and 0C. RGB value is (66,69,12). Sum of RGB (Red+Green+Blue) = 66+69+12=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #42450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42450C is #BDBAF3. Grayscale: #3D3D3D. Windows color (decimal): -12434164 or 804162. OLE color: 804162.

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

Color convert

RGB666912-
CMYK0.0400.830.73
HSL63.16º70.37%15.88%-
HSV(B)63.16º82.61%27.06%-
XYZ4.445.441.16-
YUV61.6100.01131.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=44.90%
G=46.94%
B=8.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669120.0400.830.7363.1670.3715.88
Hex4245C4053493f4610
Octal10210514401231117710620
Binary100001010001011100100010100111001001111111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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