#44700D

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

Shades of Green Leaf #44700D

Tints of Green Leaf #44700D

Color information

#44700D (or 0x44700D) is unknown color: approx Green Leaf. HEX triplet: 44, 70 and 0D. RGB value is (68,112,13). Sum of RGB (Red+Green+Blue) = 68+112+13=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #44700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44700D is #BB8FF2. Grayscale: #575757. Windows color (decimal): -12292083 or 880708. OLE color: 880708.

HSL color Cylindrical-coordinate representation of color #44700D: hue angle of 86.67º degrees, saturation: 0.79, 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 #44700D is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB6811213-
CMYK0.3900.880.56
HSL86.67º79.2%24.51%-
HSV(B)86.67º88.39%43.92%-
XYZ8.2512.852.43-
YUV87.5685.92114.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 112 (44.14% from 255) = 58.03%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=35.23%
G=58.03%
B=6.74%

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
Decimal68112130.3900.880.5686.6779.224.51
Hex4470D2705838574f19
Octal104160154701307012711731
Binary100010011100001101100111010110001110001010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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