#446216

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

Shades of Verdun Green #446216

Tints of Verdun Green #446216

Color information

#446216 (or 0x446216) is unknown color: approx Verdun Green. HEX triplet: 44, 62 and 16. RGB value is (68,98,22). Sum of RGB (Red+Green+Blue) = 68+98+22=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #446216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446216 is #BB9DE9. Grayscale: #505050. Windows color (decimal): -12295658 or 1466948. OLE color: 1466948.

HSL color Cylindrical-coordinate representation of color #446216: hue angle of 83.68º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #446216 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB689822-
CMYK0.3100.780.62
HSL83.68º63.33%23.53%-
HSV(B)83.68º77.55%38.43%-
XYZ6.910.022.33-
YUV80.3795.06119.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=36.17%
G=52.13%
B=11.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898220.3100.780.6283.6863.3323.53
Hex4462161F04E3E543f18
Octal10414226370116761247730
Binary10001001100010101101111101001110111110101010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446216; }

 p { color: rgb(68,98,22); }

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

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

 a { background-color: rgb(68,98,22); }

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

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

 span { border-color: rgb(68,98,22); }

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