#446419

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

Shades of Green Leaf #446419

Tints of Green Leaf #446419

Color information

#446419 (or 0x446419) is unknown color: approx Green Leaf. HEX triplet: 44, 64 and 19. RGB value is (68,100,25). Sum of RGB (Red+Green+Blue) = 68+100+25=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #446419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446419 is #BB9BE6. Grayscale: #525252. Windows color (decimal): -12295143 or 1664068. OLE color: 1664068.

HSL color Cylindrical-coordinate representation of color #446419: hue angle of 85.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #446419 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB6810025-
CMYK0.3200.750.61
HSL85.6º60%24.51%-
HSV(B)85.6º75%39.22%-
XYZ7.1210.412.55-
YUV81.8895.9118.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 100 (39.45% from 255) = 51.81%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=35.23%
G=51.81%
B=12.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100250.3200.750.6185.66024.51
Hex4464192004B3D563c19
Octal10414431400113751267431
Binary100010011001001100110000001001011111101101011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446419; }

 p { color: rgb(68,100,25); }

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

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

 a { background-color: rgb(68,100,25); }

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

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

 span { border-color: rgb(68,100,25); }

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