#42550C

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

Shades of Verdun Green #42550C

Tints of Verdun Green #42550C

Color information

#42550C (or 0x42550C) is unknown color: approx Verdun Green. HEX triplet: 42, 55 and 0C. RGB value is (66,85,12). Sum of RGB (Red+Green+Blue) = 66+85+12=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #42550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42550C is #BDAAF3. Grayscale: #474747. Windows color (decimal): -12430068 or 808258. OLE color: 808258.

HSL color Cylindrical-coordinate representation of color #42550C: hue angle of 75.62º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42550C is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB668512-
CMYK0.2200.860.67
HSL75.62º75.26%19.02%-
HSV(B)75.62º85.88%33.33%-
XYZ5.567.681.54-
YUV7194.71124.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=40.49%
G=52.15%
B=7.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685120.2200.860.6775.6275.2619.02
Hex4255C16056434c4b13
Octal1021251426012610311411323
Binary100001010101011100101100101011010000111001100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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