#47450B

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

Shades of Verdun Green #47450B

Tints of Verdun Green #47450B

Color information

#47450B (or 0x47450B) is unknown color: approx Verdun Green. HEX triplet: 47, 45 and 0B. RGB value is (71,69,11). Sum of RGB (Red+Green+Blue) = 71+69+11=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47450B is #B8BAF4. Grayscale: #3F3F3F. Windows color (decimal): -12106485 or 738631. OLE color: 738631.

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

Color convert

RGB716911-
CMYK00.030.850.72
HSL58º73.17%16.08%-
HSV(B)58º84.51%27.84%-
XYZ4.795.621.15-
YUV62.9998.66133.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=47.02%
G=45.70%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71691100.030.850.725873.1716.08
Hex4745B0355483a4910
Octal10710513031251107211120
Binary10001111000101101101110101011001000111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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