#45581E

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

Shades of Verdun Green #45581E

Tints of Verdun Green #45581E

Color information

#45581E (or 0x45581E) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 1E. RGB value is (69,88,30). Sum of RGB (Red+Green+Blue) = 69+88+30=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #45581E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45581E is #BAA7E1. Grayscale: #4B4B4B. Windows color (decimal): -12232674 or 1988677. OLE color: 1988677.

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

Color convert

RGB698830-
CMYK0.2200.660.65
HSL79.66º49.15%23.14%-
HSV(B)79.66º65.91%34.51%-
XYZ6.188.342.51-
YUV75.71102.21123.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 88 (34.77% from 255) = 47.06%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=36.90%
G=47.06%
B=16.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988300.2200.660.6579.6649.1523.14
Hex45581E1604241503117
Octal105130362601021011206127
Binary100010110110001111010110010000101000001101000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45581E; }

 p { color: rgb(69,88,30); }

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

<style>
 a { background-color: #45581E; }

 a { background-color: rgb(69,88,30); }

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

<style>
 span { border-color: #45581E; }

 span { border-color: rgb(69,88,30); }

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