#48760F

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

Shades of Green Leaf #48760F

Tints of Green Leaf #48760F

Color information

#48760F (or 0x48760F) is unknown color: approx Green Leaf. HEX triplet: 48, 76 and 0F. RGB value is (72,118,15). Sum of RGB (Red+Green+Blue) = 72+118+15=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #48760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48760F is #B789F0. Grayscale: #5C5C5C. Windows color (decimal): -12028401 or 1013320. OLE color: 1013320.

HSL color Cylindrical-coordinate representation of color #48760F: hue angle of 86.8º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48760F is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB7211815-
CMYK0.3900.870.54
HSL86.8º77.44%26.08%-
HSV(B)86.8º87.29%46.27%-
XYZ9.2414.372.74-
YUV92.584.26113.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 15 (6.25% from 255) = 7.32%
R=35.12%
G=57.56%
B=7.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72118150.3900.870.5486.877.4426.08
Hex4876F2705736574d1a
Octal110166174701276612711532
Binary100100011101101111100111010101111101101010111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,118,15); }

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

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

 a { background-color: rgb(72,118,15); }

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

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

 span { border-color: rgb(72,118,15); }

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