#42551B

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

Shades of Verdun Green #42551B

Tints of Verdun Green #42551B

Color information

#42551B (or 0x42551B) is unknown color: approx Verdun Green. HEX triplet: 42, 55 and 1B. RGB value is (66,85,27). Sum of RGB (Red+Green+Blue) = 66+85+27=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #42551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42551B is #BDAAE4. Grayscale: #484848. Windows color (decimal): -12430053 or 1791298. OLE color: 1791298.

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

Color convert

RGB668527-
CMYK0.2200.680.67
HSL79.66º51.79%21.96%-
HSV(B)79.66º68.24%33.33%-
XYZ5.697.732.23-
YUV72.71102.21123.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 27 (10.94% from 255) = 15.17%
R=37.08%
G=47.75%
B=15.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685270.2200.680.6779.6651.7921.96
Hex42551B1604443503416
Octal102125332601041031206426
Binary100001010101011101110110010001001000011101000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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