Html Css Color HEX #48A655 Fruit Salad

📋 copy color: '#48A655'

red 72 ◦ green 166 ◦ blue 85

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

Shades of Fruit Salad #48A655

Tints of Fruit Salad #48A655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.39%

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 22.29%
G = 51.39%
B = 26.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#48A655 (or 0x48A655) is known color: Fruit Salad. HEX triplet: 48, A6 and 55. RGB value is (72,166,85). Sum of RGB (Red+Green+Blue) = 72+166+85=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #48A655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A655 is #B759AA. Grayscale: #808080. Windows color (decimal): -12016043 or 5613128. OLE color: 5613128.

HSL color Cylindrical-coordinate representation of color #48A655: hue angle of 128.3º 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 #48A655 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 166 85 -
CMYK 0.57 0 0.49 0.35
HSL 128.3º 0.39% 0.47% -
HSV(B) 128.3º 0.57% 0.65% -
XYZ 17.95 29.31 13.3 -
YUV 128.66 103.36 87.59 -
System Red Green Blue C M Y K H S L
Decimal 72 166 85 0.57 0 0.49 0.35 128.3 0.39 0.47
Hex 48 A6 55 39 0 31 23 80 27 2F
Octal 110 246 125 71 0 61 43 200 47 57
Binary 1001000 10100110 1010101 111001 0 110001 100011 10000000 100111 101111

Color Harmonies of #48A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A655

Black with #48A655

Text Example


Text Example

White with #48A655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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