#447312

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

Shades of Green Leaf #447312

Tints of Green Leaf #447312

Color information

#447312 (or 0x447312) is unknown color: approx Green Leaf. HEX triplet: 44, 73 and 12. RGB value is (68,115,18). Sum of RGB (Red+Green+Blue) = 68+115+18=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #447312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447312 is #BB8CED. Grayscale: #5A5A5A. Windows color (decimal): -12291310 or 1209156. OLE color: 1209156.

HSL color Cylindrical-coordinate representation of color #447312: hue angle of 89.07º degrees, saturation: 0.73, 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 #447312 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB6811518-
CMYK0.4100.840.55
HSL89.07º72.93%26.08%-
HSV(B)89.07º84.35%45.1%-
XYZ8.6213.532.73-
YUV89.8987.43112.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=33.83%
G=57.21%
B=8.96%

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
Decimal68115180.4100.840.5589.0772.9326.08
Hex447312290543759491a
Octal104163225101246713111132
Binary1000100111001110010101001010101001101111011001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447312; }

 p { color: rgb(68,115,18); }

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

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

 a { background-color: rgb(68,115,18); }

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

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

 span { border-color: rgb(68,115,18); }

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