#45470B

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

Shades of Verdun Green #45470B

Tints of Verdun Green #45470B

Color information

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

HSL color Cylindrical-coordinate representation of color #45470B: hue angle of 62º 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 #45470B is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB697111-
CMYK0.0300.850.72
HSL62º73.17%16.08%-
HSV(B)62º84.51%27.84%-
XYZ4.775.81.18-
YUV63.5698.34131.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971110.0300.850.726273.1716.08
Hex4547B3055483e4910
Octal10510713301251107611120
Binary10001011000111101111010101011001000111110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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