#446019

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

Shades of Verdun Green #446019

Tints of Verdun Green #446019

Color information

#446019 (or 0x446019) is unknown color: approx Verdun Green. HEX triplet: 44, 60 and 19. RGB value is (68,96,25). Sum of RGB (Red+Green+Blue) = 68+96+25=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #446019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446019 is #BB9FE6. Grayscale: #4F4F4F. Windows color (decimal): -12296167 or 1663044. OLE color: 1663044.

HSL color Cylindrical-coordinate representation of color #446019: hue angle of 83.66º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #446019 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB689625-
CMYK0.2900.740.62
HSL83.66º58.68%23.73%-
HSV(B)83.66º73.96%37.65%-
XYZ6.749.662.43-
YUV79.5397.22119.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=35.98%
G=50.79%
B=13.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896250.2900.740.6283.6658.6823.73
Hex4460191D04A3E543b18
Octal10414031350112761247330
Binary10001001100000110011110101001010111110101010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446019; }

 p { color: rgb(68,96,25); }

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

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

 a { background-color: rgb(68,96,25); }

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

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

 span { border-color: rgb(68,96,25); }

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