#42520A

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

Shades of Verdun Green #42520A

Tints of Verdun Green #42520A

Color information

#42520A (or 0x42520A) is unknown color: approx Verdun Green. HEX triplet: 42, 52 and 0A. RGB value is (66,82,10). Sum of RGB (Red+Green+Blue) = 66+82+10=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #42520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42520A is #BDADF5. Grayscale: #454545. Windows color (decimal): -12430838 or 676418. OLE color: 676418.

HSL color Cylindrical-coordinate representation of color #42520A: hue angle of 73.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42520A is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB668210-
CMYK0.2000.880.68
HSL73.33º78.26%18.04%-
HSV(B)73.33º87.8%32.16%-
XYZ5.327.211.4-
YUV69.0194.7125.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 82 (32.42% from 255) = 51.90%
BLUE value IS 10 (4.30% from 255) = 6.33%
R=41.77%
G=51.90%
B=6.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682100.2000.880.6873.3378.2618.04
Hex4252A1405844494e12
Octal1021221224013010411111622
Binary100001010100101010101000101100010001001001001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42520A; }

 p { color: rgb(66,82,10); }

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

<style>
 a { background-color: #42520A; }

 a { background-color: rgb(66,82,10); }

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

<style>
 span { border-color: #42520A; }

 span { border-color: rgb(66,82,10); }

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