#45561D

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

Shades of Verdun Green #45561D

Tints of Verdun Green #45561D

Color information

#45561D (or 0x45561D) is unknown color: approx Verdun Green. HEX triplet: 45, 56 and 1D. RGB value is (69,86,29). Sum of RGB (Red+Green+Blue) = 69+86+29=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #45561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45561D is #BAA9E2. Grayscale: #4A4A4A. Windows color (decimal): -12233187 or 1922629. OLE color: 1922629.

HSL color Cylindrical-coordinate representation of color #45561D: hue angle of 77.89º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45561D is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB698629-
CMYK0.2000.660.66
HSL77.89º49.57%22.55%-
HSV(B)77.89º66.28%33.73%-
XYZ68.012.39-
YUV74.42102.37124.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 29 (11.72% from 255) = 15.76%
R=37.5%
G=46.74%
B=15.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986290.2000.660.6677.8949.5722.55
Hex45561D14042424e3217
Octal105126352401021021166227
Binary100010110101101110110100010000101000010100111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45561D; }

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

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

<style>
 a { background-color: #45561D; }

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

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

<style>
 span { border-color: #45561D; }

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

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