#44730E

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

Shades of Green Leaf #44730E

Tints of Green Leaf #44730E

Color information

#44730E (or 0x44730E) is unknown color: approx Green Leaf. HEX triplet: 44, 73 and 0E. RGB value is (68,115,14). Sum of RGB (Red+Green+Blue) = 68+115+14=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #44730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44730E is #BB8CF1. Grayscale: #595959. Windows color (decimal): -12291314 or 947012. OLE color: 947012.

HSL color Cylindrical-coordinate representation of color #44730E: hue angle of 87.92º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44730E is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB6811514-
CMYK0.4100.880.55
HSL87.92º78.29%25.29%-
HSV(B)87.92º87.83%45.1%-
XYZ8.5913.522.57-
YUV89.4385.43112.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 115 (45.31% from 255) = 58.38%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=34.52%
G=58.38%
B=7.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68115140.4100.880.5587.9278.2925.29
Hex4473E2905837584e19
Octal104163165101306713011631
Binary100010011100111110101001010110001101111011000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44730E; }

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

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

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

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

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

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

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

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