#444F15

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

Shades of Verdun Green #444F15

Tints of Verdun Green #444F15

Color information

#444F15 (or 0x444F15) is unknown color: approx Verdun Green. HEX triplet: 44, 4F and 15. RGB value is (68,79,21). Sum of RGB (Red+Green+Blue) = 68+79+21=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #444F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F15 is #BBB0EA. Grayscale: #454545. Windows color (decimal): -12300523 or 1396548. OLE color: 1396548.

HSL color Cylindrical-coordinate representation of color #444F15: hue angle of 71.38º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444F15 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB687921-
CMYK0.1400.730.69
HSL71.38º58%19.61%-
HSV(B)71.38º73.42%30.98%-
XYZ5.326.881.76-
YUV69.1100.86127.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=40.48%
G=47.02%
B=12.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879210.1400.730.6971.385819.61
Hex444F15E04945473a14
Octal104117251601111051077224
Binary10001001001111101011110010010011000101100011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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