#44720F

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

Shades of Green Leaf #44720F

Tints of Green Leaf #44720F

Color information

#44720F (or 0x44720F) is unknown color: approx Green Leaf. HEX triplet: 44, 72 and 0F. RGB value is (68,114,15). Sum of RGB (Red+Green+Blue) = 68+114+15=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #44720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44720F is #BB8DF0. Grayscale: #595959. Windows color (decimal): -12291569 or 1012292. OLE color: 1012292.

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

Color convert

RGB6811415-
CMYK0.4000.870.55
HSL87.88º76.74%25.29%-
HSV(B)87.88º86.84%44.71%-
XYZ8.4913.32.57-
YUV88.9686.26113.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 114 (44.92% from 255) = 57.87%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=34.52%
G=57.87%
B=7.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114150.4000.870.5587.8876.7425.29
Hex4472F2805737584d19
Octal104162175001276713011531
Binary100010011100101111101000010101111101111011000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44720F; }

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

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

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

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

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

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

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

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