#445815

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

Shades of Verdun Green #445815

Tints of Verdun Green #445815

Color information

#445815 (or 0x445815) is unknown color: approx Verdun Green. HEX triplet: 44, 58 and 15. RGB value is (68,88,21). Sum of RGB (Red+Green+Blue) = 68+88+21=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #445815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445815 is #BBA7EA. Grayscale: #4A4A4A. Windows color (decimal): -12298219 or 1398852. OLE color: 1398852.

HSL color Cylindrical-coordinate representation of color #445815: hue angle of 77.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #445815 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB688821-
CMYK0.2300.760.65
HSL77.91º61.47%21.37%-
HSV(B)77.91º76.14%34.51%-
XYZ6.018.261.99-
YUV74.3897.87123.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 88 (34.77% from 255) = 49.72%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=38.42%
G=49.72%
B=11.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888210.2300.760.6577.9161.4721.37
Hex4458151704C414e3d15
Octal104130252701141011167525
Binary100010010110001010110111010011001000001100111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445815; }

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

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

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

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

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

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

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

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