#446918

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

Shades of Green Leaf #446918

Tints of Green Leaf #446918

Color information

#446918 (or 0x446918) is unknown color: approx Green Leaf. HEX triplet: 44, 69 and 18. RGB value is (68,105,24). Sum of RGB (Red+Green+Blue) = 68+105+24=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #446918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446918 is #BB96E7. Grayscale: #545454. Windows color (decimal): -12293864 or 1599812. OLE color: 1599812.

HSL color Cylindrical-coordinate representation of color #446918: hue angle of 87.41º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #446918 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB6810524-
CMYK0.3500.770.59
HSL87.41º62.79%25.29%-
HSV(B)87.41º77.14%41.18%-
XYZ7.611.42.66-
YUV84.793.74116.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 105 (41.41% from 255) = 53.30%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=34.52%
G=53.30%
B=12.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68105240.3500.770.5987.4162.7925.29
Hex4469182304D3B573f19
Octal10415130430115731277731
Binary100010011010011100010001101001101111011101011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446918; }

 p { color: rgb(68,105,24); }

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

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

 a { background-color: rgb(68,105,24); }

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

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

 span { border-color: rgb(68,105,24); }

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