#445F15

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

Shades of Verdun Green #445F15

Tints of Verdun Green #445F15

Color information

#445F15 (or 0x445F15) is unknown color: approx Verdun Green. HEX triplet: 44, 5F and 15. RGB value is (68,95,21). Sum of RGB (Red+Green+Blue) = 68+95+21=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #445F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445F15 is #BBA0EA. Grayscale: #4E4E4E. Windows color (decimal): -12296427 or 1400644. OLE color: 1400644.

HSL color Cylindrical-coordinate representation of color #445F15: hue angle of 81.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #445F15 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB689521-
CMYK0.2800.780.63
HSL81.89º63.79%22.75%-
HSV(B)81.89º77.89%37.25%-
XYZ6.619.472.19-
YUV78.4995.55120.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 95 (37.5% from 255) = 51.63%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=36.96%
G=51.63%
B=11.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6895210.2800.780.6381.8963.7922.75
Hex445F151C04E3F524017
Octal104137253401167712210027
Binary100010010111111010111100010011101111111010010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445F15; }

 p { color: rgb(68,95,21); }

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

<style>
 a { background-color: #445F15; }

 a { background-color: rgb(68,95,21); }

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

<style>
 span { border-color: #445F15; }

 span { border-color: rgb(68,95,21); }

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