#45591D

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

Shades of Verdun Green #45591D

Tints of Verdun Green #45591D

Color information

#45591D (or 0x45591D) is unknown color: approx Verdun Green. HEX triplet: 45, 59 and 1D. RGB value is (69,89,29). Sum of RGB (Red+Green+Blue) = 69+89+29=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #45591D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45591D is #BAA6E2. Grayscale: #4C4C4C. Windows color (decimal): -12232419 or 1923397. OLE color: 1923397.

HSL color Cylindrical-coordinate representation of color #45591D: hue angle of 80º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45591D is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB698929-
CMYK0.2200.670.65
HSL80º50.85%23.14%-
HSV(B)80º67.42%34.9%-
XYZ6.258.52.47-
YUV76.18101.37122.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 89 (35.16% from 255) = 47.59%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=36.90%
G=47.59%
B=15.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6989290.2200.670.658050.8523.14
Hex45591D1604341503317
Octal105131352601031011206327
Binary100010110110011110110110010000111000001101000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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