#446C06

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

Shades of Verdun Green #446C06

Tints of Verdun Green #446C06

Color information

#446C06 (or 0x446C06) is unknown color: approx Verdun Green. HEX triplet: 44, 6C and 06. RGB value is (68,108,6). Sum of RGB (Red+Green+Blue) = 68+108+6=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #446C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446C06 is #BB93F9. Grayscale: #545454. Windows color (decimal): -12293114 or 420932. OLE color: 420932.

HSL color Cylindrical-coordinate representation of color #446C06: hue angle of 83.53º 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 #446C06 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB681086-
CMYK0.3700.940.58
HSL83.53º89.47%22.35%-
HSV(B)83.53º94.44%42.35%-
XYZ7.7811.972.07-
YUV84.4183.75116.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 108 (42.58% from 255) = 59.34%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=37.36%
G=59.34%
B=3.30%

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
Decimal6810860.3700.940.5883.5389.4722.35
Hex446C62505E3A545916
Octal10415464501367212413126
Binary10001001101100110100101010111101110101010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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