#447413

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

Shades of Green Leaf #447413

Tints of Green Leaf #447413

Color information

#447413 (or 0x447413) is unknown color: approx Green Leaf. HEX triplet: 44, 74 and 13. RGB value is (68,116,19). Sum of RGB (Red+Green+Blue) = 68+116+19=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #447413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447413 is #BB8BEC. Grayscale: #5A5A5A. Windows color (decimal): -12291053 or 1274948. OLE color: 1274948.

HSL color Cylindrical-coordinate representation of color #447413: hue angle of 89.69º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #447413 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB6811619-
CMYK0.4100.840.55
HSL89.69º71.85%26.47%-
HSV(B)89.69º83.62%45.49%-
XYZ8.7513.772.81-
YUV90.5987.6111.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 116 (45.70% from 255) = 57.14%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=33.50%
G=57.14%
B=9.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68116190.4100.840.5589.6971.8526.47
Hex44741329054375a481a
Octal104164235101246713211032
Binary1000100111010010011101001010101001101111011010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447413; }

 p { color: rgb(68,116,19); }

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

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

 a { background-color: rgb(68,116,19); }

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

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

 span { border-color: rgb(68,116,19); }

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