#42500A

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

Shades of Verdun Green #42500A

Tints of Verdun Green #42500A

Color information

#42500A (or 0x42500A) is unknown color: approx Verdun Green. HEX triplet: 42, 50 and 0A. RGB value is (66,80,10). Sum of RGB (Red+Green+Blue) = 66+80+10=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #42500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42500A is #BDAFF5. Grayscale: #444444. Windows color (decimal): -12431350 or 675906. OLE color: 675906.

HSL color Cylindrical-coordinate representation of color #42500A: hue angle of 72º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42500A is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB668010-
CMYK0.1700.870.69
HSL72º77.78%17.65%-
HSV(B)72º87.5%31.37%-
XYZ5.176.921.35-
YUV67.8395.36126.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=42.31%
G=51.28%
B=6.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680100.1700.870.697277.7817.65
Hex4250A1105745484e12
Octal1021201221012710511011622
Binary100001010100001010100010101011110001011001000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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