#446009

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

Shades of Verdun Green #446009

Tints of Verdun Green #446009

Color information

#446009 (or 0x446009) is unknown color: approx Verdun Green. HEX triplet: 44, 60 and 09. RGB value is (68,96,9). Sum of RGB (Red+Green+Blue) = 68+96+9=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #446009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446009 is #BB9FF6. Grayscale: #4E4E4E. Windows color (decimal): -12296183 or 614468. OLE color: 614468.

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

Color convert

RGB68969-
CMYK0.2900.910.62
HSL79.31º82.86%20.59%-
HSV(B)79.31º90.62%37.65%-
XYZ6.629.611.77-
YUV77.7189.22121.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 9 (3.91% from 255) = 5.20%
R=39.31%
G=55.49%
B=5.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal689690.2900.910.6279.3182.8620.59
Hex446091D05B3E4f5315
Octal104140113501337611712325
Binary10001001100000100111101010110111111101001111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446009; }

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

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

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

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

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

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

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

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