#445111

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

Shades of Verdun Green #445111

Tints of Verdun Green #445111

Color information

#445111 (or 0x445111) is unknown color: approx Verdun Green. HEX triplet: 44, 51 and 11. RGB value is (68,81,17). Sum of RGB (Red+Green+Blue) = 68+81+17=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #445111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445111 is #BBAEEE. Grayscale: #464646. Windows color (decimal): -12300015 or 1134916. OLE color: 1134916.

HSL color Cylindrical-coordinate representation of color #445111: hue angle of 72.19º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #445111 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB688117-
CMYK0.1600.790.68
HSL72.19º65.31%19.22%-
HSV(B)72.19º79.01%31.76%-
XYZ5.437.151.63-
YUV69.8298.19126.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=40.96%
G=48.80%
B=10.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881170.1600.790.6872.1965.3119.22
Hex4451111004F44484113
Octal1041212120011710411010123
Binary1000100101000110001100000100111110001001001000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445111; }

 p { color: rgb(68,81,17); }

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

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

 a { background-color: rgb(68,81,17); }

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

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

 span { border-color: rgb(68,81,17); }

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