#47580a

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

Shades of Verdun Green #47580A

Tints of Verdun Green #47580A

Color information

#47580A (or 0x47580A) is unknown color: approx Verdun Green. HEX triplet: 47, 58 and 0A. RGB value is (71,88,10). Sum of RGB (Red+Green+Blue) = 71+88+10=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #47580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47580A is #B8A7F5. Grayscale: #4A4A4A. Windows color (decimal): -12101622 or 677959. OLE color: 677959.

HSL color Cylindrical-coordinate representation of color #47580A: hue angle of 73.08º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47580A is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB718810-
CMYK0.1900.890.65
HSL73.08º79.59%19.22%-
HSV(B)73.08º88.64%34.51%-
XYZ6.148.341.57-
YUV74.0291.87125.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 88 (34.77% from 255) = 52.07%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=42.01%
G=52.07%
B=5.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188100.1900.890.6573.0879.5919.22
Hex4758A1305941495013
Octal1071301223013110111112023
Binary100011110110001010100110101100110000011001001101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47580a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47580a; }

 p { color: rgb(71,88,10); }

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

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

 a { background-color: rgb(71,88,10); }

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

<style>
 span { border-color: #47580a; }

 span { border-color: rgb(71,88,10); }

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