#446D07

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

Shades of Verdun Green #446D07

Tints of Verdun Green #446D07

Color information

#446D07 (or 0x446D07) is unknown color: approx Verdun Green. HEX triplet: 44, 6D and 07. RGB value is (68,109,7). Sum of RGB (Red+Green+Blue) = 68+109+7=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 109 (42.97% from 255 or 59.24% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 109 - color contains mainly: green. Hex color #446D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446D07 is #BB92F8. Grayscale: #555555. Windows color (decimal): -12292857 or 486724. OLE color: 486724.

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

Color convert

RGB681097-
CMYK0.3800.940.57
HSL84.12º87.93%22.75%-
HSV(B)84.12º93.58%42.75%-
XYZ7.8912.182.14-
YUV85.1183.92115.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 109 (42.97% from 255) = 59.24%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=36.96%
G=59.24%
B=3.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6810970.3800.940.5784.1287.9322.75
Hex446D72605E39545817
Octal10415574601367112413027
Binary10001001101101111100110010111101110011010100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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