#48770C

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

Shades of Green Leaf #48770C

Tints of Green Leaf #48770C

Color information

#48770C (or 0x48770C) is unknown color: approx Green Leaf. HEX triplet: 48, 77 and 0C. RGB value is (72,119,12). Sum of RGB (Red+Green+Blue) = 72+119+12=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #48770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48770C is #B788F3. Grayscale: #5D5D5D. Windows color (decimal): -12028148 or 816968. OLE color: 816968.

HSL color Cylindrical-coordinate representation of color #48770C: hue angle of 86.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48770C is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB7211912-
CMYK0.3900.900.53
HSL86.36º81.68%25.69%-
HSV(B)86.36º89.92%46.67%-
XYZ9.3414.62.67-
YUV92.7582.43113.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 119 (46.88% from 255) = 58.62%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=35.47%
G=58.62%
B=5.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119120.3900.900.5386.3681.6825.69
Hex4877C2705A3556521a
Octal110167144701326512612232
Binary100100011101111100100111010110101101011010110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48770C; }

 p { color: rgb(72,119,12); }

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

<style>
 a { background-color: #48770C; }

 a { background-color: rgb(72,119,12); }

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

<style>
 span { border-color: #48770C; }

 span { border-color: rgb(72,119,12); }

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