#446C07

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

Shades of Verdun Green #446C07

Tints of Verdun Green #446C07

Color information

#446C07 (or 0x446C07) is unknown color: approx Verdun Green. HEX triplet: 44, 6C and 07. RGB value is (68,108,7). Sum of RGB (Red+Green+Blue) = 68+108+7=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #446C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446C07 is #BB93F8. Grayscale: #545454. Windows color (decimal): -12293113 or 486468. OLE color: 486468.

HSL color Cylindrical-coordinate representation of color #446C07: hue angle of 83.76º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #446C07 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB681087-
CMYK0.3700.940.58
HSL83.76º87.83%22.55%-
HSV(B)83.76º93.52%42.35%-
XYZ7.7811.972.1-
YUV84.5384.25116.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 108 (42.58% from 255) = 59.02%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=37.16%
G=59.02%
B=3.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6810870.3700.940.5883.7687.8322.55
Hex446C72505E3A545817
Octal10415474501367212413027
Binary10001001101100111100101010111101110101010100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446C07; }

 p { color: rgb(68,108,7); }

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

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

 a { background-color: rgb(68,108,7); }

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

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

 span { border-color: rgb(68,108,7); }

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