#47450A

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

Shades of Verdun Green #47450A

Tints of Verdun Green #47450A

Color information

#47450A (or 0x47450A) is unknown color: approx Verdun Green. HEX triplet: 47, 45 and 0A. RGB value is (71,69,10). Sum of RGB (Red+Green+Blue) = 71+69+10=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47450A is #B8BAF5. Grayscale: #3F3F3F. Windows color (decimal): -12106486 or 673095. OLE color: 673095.

HSL color Cylindrical-coordinate representation of color #47450A: hue angle of 58.03º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47450A is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB716910-
CMYK00.030.860.72
HSL58.03º75.31%15.88%-
HSV(B)58.03º85.92%27.84%-
XYZ4.785.621.12-
YUV62.8798.16133.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=47.33%
G=46%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71691000.030.860.7258.0375.3115.88
Hex4745A0356483a4b10
Octal10710512031261107211320
Binary10001111000101101001110101101001000111010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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