#44721A

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

Shades of Green Leaf #44721A

Tints of Green Leaf #44721A

Color information

#44721A (or 0x44721A) is unknown color: approx Green Leaf. HEX triplet: 44, 72 and 1A. RGB value is (68,114,26). Sum of RGB (Red+Green+Blue) = 68+114+26=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #44721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44721A is #BB8DE5. Grayscale: #5A5A5A. Windows color (decimal): -12291558 or 1733188. OLE color: 1733188.

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

Color convert

RGB6811426-
CMYK0.4000.770.55
HSL91.36º62.86%27.45%-
HSV(B)91.36º77.19%44.71%-
XYZ8.5913.343.1-
YUV90.2191.76112.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=32.69%
G=54.81%
B=12.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114260.4000.770.5591.3662.8627.45
Hex44721A2804D375b3f1b
Octal10416232500115671337733
Binary100010011100101101010100001001101110111101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44721A; }

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

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

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

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

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

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

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

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