#47520A

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

Shades of Verdun Green #47520A

Tints of Verdun Green #47520A

Color information

#47520A (or 0x47520A) is unknown color: approx Verdun Green. HEX triplet: 47, 52 and 0A. RGB value is (71,82,10). Sum of RGB (Red+Green+Blue) = 71+82+10=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #47520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47520A is #B8ADF5. Grayscale: #464646. Windows color (decimal): -12103158 or 676423. OLE color: 676423.

HSL color Cylindrical-coordinate representation of color #47520A: hue angle of 69.17º 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 #47520A is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB718210-
CMYK0.1300.880.68
HSL69.17º78.26%18.04%-
HSV(B)69.17º87.8%32.16%-
XYZ5.677.41.42-
YUV70.593.86128.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 82 (32.42% from 255) = 50.31%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=43.56%
G=50.31%
B=6.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182100.1300.880.6869.1778.2618.04
Hex4752AD05844454e12
Octal1071221215013010410511622
Binary10001111010010101011010101100010001001000101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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