#446616

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

Shades of Green Leaf #446616

Tints of Green Leaf #446616

Color information

#446616 (or 0x446616) is unknown color: approx Green Leaf. HEX triplet: 44, 66 and 16. RGB value is (68,102,22). Sum of RGB (Red+Green+Blue) = 68+102+22=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #446616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446616 is #BB99E9. Grayscale: #535353. Windows color (decimal): -12294634 or 1467972. OLE color: 1467972.

HSL color Cylindrical-coordinate representation of color #446616: hue angle of 85.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #446616 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB6810222-
CMYK0.3300.780.6
HSL85.5º64.52%24.31%-
HSV(B)85.5º78.43%40%-
XYZ7.2810.792.46-
YUV82.7193.74117.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 102 (40.23% from 255) = 53.12%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=35.42%
G=53.12%
B=11.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102220.3300.780.685.564.5224.31
Hex4466162104E3C564118
Octal104146264101167412610130
Binary1000100110011010110100001010011101111001010110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446616; }

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

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

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

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

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

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

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

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