#446B06

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

Shades of Verdun Green #446B06

Tints of Verdun Green #446B06

Color information

#446B06 (or 0x446B06) is unknown color: approx Verdun Green. HEX triplet: 44, 6B and 06. RGB value is (68,107,6). Sum of RGB (Red+Green+Blue) = 68+107+6=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #446B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446B06 is #BB94F9. Grayscale: #545454. Windows color (decimal): -12293370 or 420676. OLE color: 420676.

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

Color convert

RGB681076-
CMYK0.3600.940.58
HSL83.17º89.38%22.16%-
HSV(B)83.17º94.39%41.96%-
XYZ7.6711.762.04-
YUV83.8284.08116.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 107 (42.19% from 255) = 59.12%
BLUE value IS 6 (2.73% from 255) = 3.31%
R=37.57%
G=59.12%
B=3.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6810760.3600.940.5883.1789.3822.16
Hex446B62405E3A535916
Octal10415364401367212313126
Binary10001001101011110100100010111101110101010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,107,6); }

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

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

 a { background-color: rgb(68,107,6); }

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

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

 span { border-color: rgb(68,107,6); }

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