#446709

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

Shades of Verdun Green #446709

Tints of Verdun Green #446709

Color information

#446709 (or 0x446709) is unknown color: approx Verdun Green. HEX triplet: 44, 67 and 09. RGB value is (68,103,9). Sum of RGB (Red+Green+Blue) = 68+103+9=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #446709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446709 is #BB98F6. Grayscale: #525252. Windows color (decimal): -12294391 or 616260. OLE color: 616260.

HSL color Cylindrical-coordinate representation of color #446709: hue angle of 82.34º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #446709 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB681039-
CMYK0.3400.910.60
HSL82.34º83.93%21.96%-
HSV(B)82.34º91.26%40.39%-
XYZ7.2810.951.99-
YUV81.8286.9118.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 103 (40.62% from 255) = 57.22%
BLUE value IS 9 (3.91% from 255) = 5%
R=37.78%
G=57.22%
B=5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6810390.3400.910.6082.3483.9321.96
Hex446792205B3C525416
Octal104147114201337412212426
Binary100010011001111001100010010110111111001010010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446709; }

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

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

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

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

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

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

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

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