#42540B

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

Shades of Verdun Green #42540B

Tints of Verdun Green #42540B

Color information

#42540B (or 0x42540B) is unknown color: approx Verdun Green. HEX triplet: 42, 54 and 0B. RGB value is (66,84,11). Sum of RGB (Red+Green+Blue) = 66+84+11=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #42540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42540B is #BDABF4. Grayscale: #464646. Windows color (decimal): -12430325 or 742466. OLE color: 742466.

HSL color Cylindrical-coordinate representation of color #42540B: hue angle of 74.79º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42540B is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB668411-
CMYK0.2100.870.67
HSL74.79º76.84%18.63%-
HSV(B)74.79º86.9%32.94%-
XYZ5.487.521.48-
YUV70.394.54124.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=40.99%
G=52.17%
B=6.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684110.2100.870.6774.7976.8418.63
Hex4254B15057434b4d13
Octal1021241325012710311311523
Binary100001010101001011101010101011110000111001011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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