#446B14

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

Shades of Green Leaf #446B14

Tints of Green Leaf #446B14

Color information

#446B14 (or 0x446B14) is unknown color: approx Green Leaf. HEX triplet: 44, 6B and 14. RGB value is (68,107,20). Sum of RGB (Red+Green+Blue) = 68+107+20=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #446B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446B14 is #BB94EB. Grayscale: #555555. Windows color (decimal): -12293356 or 1338180. OLE color: 1338180.

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

Color convert

RGB6810720-
CMYK0.3600.810.58
HSL86.9º68.5%24.9%-
HSV(B)86.9º81.31%41.96%-
XYZ7.7711.792.53-
YUV85.4291.08115.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 107 (42.19% from 255) = 54.87%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=34.87%
G=54.87%
B=10.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68107200.3600.810.5886.968.524.9
Hex446B14240513A574519
Octal104153244401217212710531
Binary1000100110101110100100100010100011110101010111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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