#447015

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

Shades of Green Leaf #447015

Tints of Green Leaf #447015

Color information

#447015 (or 0x447015) is unknown color: approx Green Leaf. HEX triplet: 44, 70 and 15. RGB value is (68,112,21). Sum of RGB (Red+Green+Blue) = 68+112+21=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #447015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447015 is #BB8FEA. Grayscale: #585858. Windows color (decimal): -12292075 or 1404996. OLE color: 1404996.

HSL color Cylindrical-coordinate representation of color #447015: hue angle of 89.01º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #447015 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB6811221-
CMYK0.3900.810.56
HSL89.01º68.42%26.08%-
HSV(B)89.01º81.25%43.92%-
XYZ8.3112.872.76-
YUV88.4789.92113.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 112 (44.14% from 255) = 55.72%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=33.83%
G=55.72%
B=10.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112210.3900.810.5689.0168.4226.08
Hex447015270513859441a
Octal104160254701217013110432
Binary1000100111000010101100111010100011110001011001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447015; }

 p { color: rgb(68,112,21); }

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

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

 a { background-color: rgb(68,112,21); }

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

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

 span { border-color: rgb(68,112,21); }

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