#45551D

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

Shades of Verdun Green #45551D

Tints of Verdun Green #45551D

Color information

#45551D (or 0x45551D) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 1D. RGB value is (69,85,29). Sum of RGB (Red+Green+Blue) = 69+85+29=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #45551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45551D is #BAAAE2. Grayscale: #4A4A4A. Windows color (decimal): -12233443 or 1922373. OLE color: 1922373.

HSL color Cylindrical-coordinate representation of color #45551D: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45551D is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB698529-
CMYK0.1900.660.67
HSL77.14º49.12%22.35%-
HSV(B)77.14º65.88%33.33%-
XYZ5.927.852.37-
YUV73.83102.7124.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=37.70%
G=46.45%
B=15.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985290.1900.660.6777.1449.1222.35
Hex45551D13042434d3116
Octal105125352301021031156126
Binary100010110101011110110011010000101000011100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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