#42551c

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

Shades of Verdun Green #42551C

Tints of Verdun Green #42551C

Color information

#42551C (or 0x42551C) is unknown color: approx Verdun Green. HEX triplet: 42, 55 and 1C. RGB value is (66,85,28). Sum of RGB (Red+Green+Blue) = 66+85+28=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #42551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42551C is #BDAAE3. Grayscale: #494949. Windows color (decimal): -12430052 or 1856834. OLE color: 1856834.

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

Color convert

RGB668528-
CMYK0.2200.670.67
HSL80º50.44%22.16%-
HSV(B)80º67.06%33.33%-
XYZ5.77.742.29-
YUV72.82102.71123.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=36.87%
G=47.49%
B=15.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685280.2200.670.678050.4422.16
Hex42551C1604343503216
Octal102125342601031031206226
Binary100001010101011110010110010000111000011101000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42551c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42551c; }

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

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

<style>
 a { background-color: #42551c; }

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

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

<style>
 span { border-color: #42551c; }

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

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