#447216

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

Shades of Green Leaf #447216

Tints of Green Leaf #447216

Color information

#447216 (or 0x447216) is unknown color: approx Green Leaf. HEX triplet: 44, 72 and 16. RGB value is (68,114,22). Sum of RGB (Red+Green+Blue) = 68+114+22=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #447216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447216 is #BB8DE9. Grayscale: #5A5A5A. Windows color (decimal): -12291562 or 1471044. OLE color: 1471044.

HSL color Cylindrical-coordinate representation of color #447216: hue angle of 90º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #447216 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB6811422-
CMYK0.4000.810.55
HSL90º67.65%26.67%-
HSV(B)90º80.7%44.71%-
XYZ8.5513.322.88-
YUV89.7689.76112.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 55.88%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=33.33%
G=55.88%
B=10.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114220.4000.810.559067.6526.67
Hex44721628051375a441b
Octal104162265001216713210433
Binary1000100111001010110101000010100011101111011010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447216; }

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

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

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

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

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

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

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

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