#445B11

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

Shades of Verdun Green #445B11

Tints of Verdun Green #445B11

Color information

#445B11 (or 0x445B11) is unknown color: approx Verdun Green. HEX triplet: 44, 5B and 11. RGB value is (68,91,17). Sum of RGB (Red+Green+Blue) = 68+91+17=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #445B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445B11 is #BBA4EE. Grayscale: #4B4B4B. Windows color (decimal): -12297455 or 1137476. OLE color: 1137476.

HSL color Cylindrical-coordinate representation of color #445B11: hue angle of 78.65º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #445B11 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB689117-
CMYK0.2500.810.64
HSL78.65º68.52%21.18%-
HSV(B)78.65º81.32%35.69%-
XYZ6.238.751.89-
YUV75.6994.88122.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 91 (35.94% from 255) = 51.70%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=38.64%
G=51.70%
B=9.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891170.2500.810.6478.6568.5221.18
Hex445B1119051404f4515
Octal1041332131012110011710525
Binary1000100101101110001110010101000110000001001111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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