#45560B

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

Shades of Verdun Green #45560B

Tints of Verdun Green #45560B

Color information

#45560B (or 0x45560B) is unknown color: approx Verdun Green. HEX triplet: 45, 56 and 0B. RGB value is (69,86,11). Sum of RGB (Red+Green+Blue) = 69+86+11=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #45560B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45560B is #BAA9F4. Grayscale: #484848. Windows color (decimal): -12233205 or 742981. OLE color: 742981.

HSL color Cylindrical-coordinate representation of color #45560B: hue angle of 73.6º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45560B is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB698611-
CMYK0.2000.870.66
HSL73.6º77.32%19.02%-
HSV(B)73.6º87.21%33.73%-
XYZ5.847.941.54-
YUV72.3793.37125.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 86 (33.98% from 255) = 51.81%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=41.57%
G=51.81%
B=6.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986110.2000.870.6673.677.3219.02
Hex4556B14057424a4d13
Octal1051261324012710211211523
Binary100010110101101011101000101011110000101001010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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