#42501E

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

Shades of Verdun Green #42501E

Tints of Verdun Green #42501E

Color information

#42501E (or 0x42501E) is unknown color: approx Verdun Green. HEX triplet: 42, 50 and 1E. RGB value is (66,80,30). Sum of RGB (Red+Green+Blue) = 66+80+30=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #42501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42501E is #BDAFE1. Grayscale: #464646. Windows color (decimal): -12431330 or 1986626. OLE color: 1986626.

HSL color Cylindrical-coordinate representation of color #42501E: hue angle of 76.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42501E is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB668030-
CMYK0.1700.620.69
HSL76.8º45.45%21.57%-
HSV(B)76.8º62.5%31.37%-
XYZ5.356.992.3-
YUV70.11105.36125.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=37.5%
G=45.45%
B=17.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680300.1700.620.6976.845.4521.57
Hex42501E1103E454d2d16
Octal10212036210761051155526
Binary10000101010000111101000101111101000101100110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42501E; }

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

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

<style>
 a { background-color: #42501E; }

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

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

<style>
 span { border-color: #42501E; }

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

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