#45581D

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

Shades of Verdun Green #45581D

Tints of Verdun Green #45581D

Color information

#45581D (or 0x45581D) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 1D. RGB value is (69,88,29). Sum of RGB (Red+Green+Blue) = 69+88+29=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #45581D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45581D is #BAA7E2. Grayscale: #4B4B4B. Windows color (decimal): -12232675 or 1923141. OLE color: 1923141.

HSL color Cylindrical-coordinate representation of color #45581D: hue angle of 79.32º degrees, saturation: 0.5, 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 #45581D is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB698829-
CMYK0.2200.670.65
HSL79.32º50.43%22.94%-
HSV(B)79.32º67.05%34.51%-
XYZ6.178.332.45-
YUV75.59101.71123.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 88 (34.77% from 255) = 47.31%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=37.10%
G=47.31%
B=15.59%

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
Decimal6988290.2200.670.6579.3250.4322.94
Hex45581D16043414f3217
Octal105130352601031011176227
Binary100010110110001110110110010000111000001100111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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