Html Css Color HEX #48AC58 Fruit Salad

📋 copy color: '#48AC58'

red 72 ◦ green 172 ◦ blue 88

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

Shades of Fruit Salad #48AC58

Tints of Fruit Salad #48AC58

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.81%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 21.69%
G = 51.81%
B = 26.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#48AC58 (or 0x48AC58) is known color: Fruit Salad. HEX triplet: 48, AC and 58. RGB value is (72,172,88). Sum of RGB (Red+Green+Blue) = 72+172+88=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AC58 is #B753A7. Grayscale: #848484. Windows color (decimal): -12014504 or 5811272. OLE color: 5811272.

HSL color Cylindrical-coordinate representation of color #48AC58: hue angle of 129.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AC58 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 172 88 -
CMYK 0.58 0 0.49 0.33
HSL 129.6º 0.41% 0.48% -
HSV(B) 129.6º 0.58% 0.67% -
XYZ 19.19 31.59 14.32 -
YUV 132.52 102.87 84.83 -
System Red Green Blue C M Y K H S L
Decimal 72 172 88 0.58 0 0.49 0.33 129.6 0.41 0.48
Hex 48 AC 58 3A 0 31 21 82 29 30
Octal 110 254 130 72 0 61 41 202 51 60
Binary 1001000 10101100 1011000 111010 0 110001 100001 10000010 101001 110000

Color Harmonies of #48AC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AC58

Black with #48AC58

Text Example


Text Example

White with #48AC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,172,88); }

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

background-color css

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

 a { background-color: rgb(72,172,88); }

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

border-color css

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

 span { border-color: rgb(72,172,88); }

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