#48A64F

Color #48A64F Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #48A64F

Tints of Fruit Salad #48A64F

Color information

#48A64F (or 0x48A64F) is unknown color: approx Fruit Salad. HEX triplet: 48, A6 and 4F. RGB value is (72,166,79). Sum of RGB (Red+Green+Blue) = 72+166+79=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #48A64F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A64F is #B759B0. Grayscale: #808080. Windows color (decimal): -12016049 or 5219912. OLE color: 5219912.

HSL color Cylindrical-coordinate representation of color #48A64F: hue angle of 124.47º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A64F is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB7216679-
CMYK0.5700.520.35
HSL124.47º39.5%46.67%-
HSV(B)124.47º56.63%65.1%-
XYZ17.7229.2112.1-
YUV127.98100.3688.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 166 (65.23% from 255) = 52.37%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=22.71%
G=52.37%
B=24.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72166790.5700.520.35124.4739.546.67
Hex48A64F39034237c272f
Octal11024611771064431744757
Binary100100010100110100111111100101101001000111111100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A64F; }

 p { color: rgb(72,166,79); }

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

<style>
 a { background-color: #48A64F; }

 a { background-color: rgb(72,166,79); }

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

<style>
 span { border-color: #48A64F; }

 span { border-color: rgb(72,166,79); }

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