#445915

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

Shades of Verdun Green #445915

Tints of Verdun Green #445915

Color information

#445915 (or 0x445915) is unknown color: approx Verdun Green. HEX triplet: 44, 59 and 15. RGB value is (68,89,21). Sum of RGB (Red+Green+Blue) = 68+89+21=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #445915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445915 is #BBA6EA. Grayscale: #4B4B4B. Windows color (decimal): -12297963 or 1399108. OLE color: 1399108.

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

Color convert

RGB688921-
CMYK0.2400.760.65
HSL78.53º61.82%21.57%-
HSV(B)78.53º76.4%34.9%-
XYZ6.098.432.02-
YUV74.9797.54123.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=38.20%
G=50%
B=11.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889210.2400.760.6578.5361.8221.57
Hex4459151804C414f3e16
Octal104131253001141011177626
Binary100010010110011010111000010011001000001100111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445915; }

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

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

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

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

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

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

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

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