Html Css Color HEX #48A053 Fruit Salad

📋 copy color: '#48A053'

red 72 ◦ green 160 ◦ blue 83

#48A053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #48A053

Tints of Fruit Salad #48A053

RGB

 RED value IS 72 (28.52% from 255) = 22.86%

 GREEN value IS 160 (62.89% from 255) = 50.79%

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 22.86%
G = 50.79%
B = 26.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#48A053 (or 0x48A053) is known color: Fruit Salad. HEX triplet: 48, A0 and 53. RGB value is (72,160,83). Sum of RGB (Red+Green+Blue) = 72+160+83=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #48A053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A053 is #B75FAC. Grayscale: #7D7D7D. Windows color (decimal): -12017581 or 5480520. OLE color: 5480520.

HSL color Cylindrical-coordinate representation of color #48A053: hue angle of 127.5º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A053 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 160 83 -
CMYK 0.55 0 0.48 0.37
HSL 127.5º 0.38% 0.45% -
HSV(B) 127.5º 0.55% 0.63% -
XYZ 16.8 27.14 12.54 -
YUV 124.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 72 160 83 0.55 0 0.48 0.37 127.5 0.38 0.45
Hex 48 A0 53 37 0 30 25 80 26 2D
Octal 110 240 123 67 0 60 45 200 46 55
Binary 1001000 10100000 1010011 110111 0 110000 100101 10000000 100110 101101

Color Harmonies of #48A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A053

Black with #48A053

Text Example


Text Example

White with #48A053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,160,83); }

 H1.HeaderClassName
 {
   color: #48A053;
 }
 .AnyTagClassName
 {
   color: #48A053;
 }
</style>

background-color css

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

 a { background-color: rgb(72,160,83); }

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

border-color css

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

 span { border-color: rgb(72,160,83); }

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