#48770B

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

Shades of Green Leaf #48770B

Tints of Green Leaf #48770B

Color information

#48770B (or 0x48770B) is unknown color: approx Green Leaf. HEX triplet: 48, 77 and 0B. RGB value is (72,119,11). Sum of RGB (Red+Green+Blue) = 72+119+11=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #48770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48770B is #B788F4. Grayscale: #5D5D5D. Windows color (decimal): -12028149 or 751432. OLE color: 751432.

HSL color Cylindrical-coordinate representation of color #48770B: hue angle of 86.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48770B is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB7211911-
CMYK0.3900.910.53
HSL86.11º83.08%25.49%-
HSV(B)86.11º90.76%46.67%-
XYZ9.3314.62.64-
YUV92.6481.93113.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 119 (46.88% from 255) = 58.91%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=35.64%
G=58.91%
B=5.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119110.3900.910.5386.1183.0825.49
Hex4877B2705B35565319
Octal110167134701336512612331
Binary100100011101111011100111010110111101011010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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