#42541C

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

Shades of Verdun Green #42541C

Tints of Verdun Green #42541C

Color information

#42541C (or 0x42541C) is unknown color: approx Verdun Green. HEX triplet: 42, 54 and 1C. RGB value is (66,84,28). Sum of RGB (Red+Green+Blue) = 66+84+28=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #42541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42541C is #BDABE3. Grayscale: #484848. Windows color (decimal): -12430308 or 1856578. OLE color: 1856578.

HSL color Cylindrical-coordinate representation of color #42541C: hue angle of 79.29º 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 #42541C is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB668428-
CMYK0.2100.670.67
HSL79.29º50%21.96%-
HSV(B)79.29º66.67%32.94%-
XYZ5.637.582.27-
YUV72.23103.04123.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=37.08%
G=47.19%
B=15.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684280.2100.670.6779.295021.96
Hex42541C15043434f3216
Octal102124342501031031176226
Binary100001010101001110010101010000111000011100111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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