Html Css Color HEX #48A53A Fruit Salad

📋 copy color: '#48A53A'

red 72 ◦ green 165 ◦ blue 58

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

Shades of Fruit Salad #48A53A

Tints of Fruit Salad #48A53A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55.93%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 24.41%
G = 55.93%
B = 19.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#48A53A (or 0x48A53A) is known color: Fruit Salad. HEX triplet: 48, A5 and 3A. RGB value is (72,165,58). Sum of RGB (Red+Green+Blue) = 72+165+58=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #48A53A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A53A is #B75AC5. Grayscale: #7D7D7D. Windows color (decimal): -12016326 or 3843400. OLE color: 3843400.

HSL color Cylindrical-coordinate representation of color #48A53A: hue angle of 112.15º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A53A is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 165 58 -
CMYK 0.56 0 0.65 0.35
HSL 112.15º 0.48% 0.44% -
HSV(B) 112.15º 0.65% 0.65% -
XYZ 16.89 28.59 8.63 -
YUV 125 90.19 90.2 -
System Red Green Blue C M Y K H S L
Decimal 72 165 58 0.56 0 0.65 0.35 112.15 0.48 0.44
Hex 48 A5 3A 38 0 41 23 70 30 2C
Octal 110 245 72 70 0 101 43 160 60 54
Binary 1001000 10100101 111010 111000 0 1000001 100011 1110000 110000 101100

Color Harmonies of #48A53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A53A

Black with #48A53A

Text Example


Text Example

White with #48A53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,165,58); }

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

background-color css

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

 a { background-color: rgb(72,165,58); }

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

border-color css

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

 span { border-color: rgb(72,165,58); }

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