#445B13

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

Shades of Verdun Green #445B13

Tints of Verdun Green #445B13

Color information

#445B13 (or 0x445B13) is unknown color: approx Verdun Green. HEX triplet: 44, 5B and 13. RGB value is (68,91,19). Sum of RGB (Red+Green+Blue) = 68+91+19=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #445B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445B13 is #BBA4EC. Grayscale: #4C4C4C. Windows color (decimal): -12297453 or 1268548. OLE color: 1268548.

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

Color convert

RGB689119-
CMYK0.2500.790.64
HSL79.17º65.45%21.57%-
HSV(B)79.17º79.12%35.69%-
XYZ6.248.761.98-
YUV75.9195.88122.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 91 (35.94% from 255) = 51.12%
BLUE value IS 19 (7.81% from 255) = 10.67%
R=38.20%
G=51.12%
B=10.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891190.2500.790.6479.1765.4521.57
Hex445B131904F404f4116
Octal1041332331011710011710126
Binary1000100101101110011110010100111110000001001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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