#44700E

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

Shades of Green Leaf #44700E

Tints of Green Leaf #44700E

Color information

#44700E (or 0x44700E) is unknown color: approx Green Leaf. HEX triplet: 44, 70 and 0E. RGB value is (68,112,14). Sum of RGB (Red+Green+Blue) = 68+112+14=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #44700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44700E is #BB8FF1. Grayscale: #585858. Windows color (decimal): -12292082 or 946244. OLE color: 946244.

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

Color convert

RGB6811214-
CMYK0.3900.880.56
HSL86.94º77.78%24.71%-
HSV(B)86.94º87.5%43.92%-
XYZ8.2612.852.46-
YUV87.6786.42113.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 112 (44.14% from 255) = 57.73%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=35.05%
G=57.73%
B=7.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112140.3900.880.5686.9477.7824.71
Hex4470E2705838574e19
Octal104160164701307012711631
Binary100010011100001110100111010110001110001010111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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