Html Css Color HEX #488D4C Fruit Salad

📋 copy color: '#488D4C'

red 72 ◦ green 141 ◦ blue 76

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

Shades of Fruit Salad #488D4C

Tints of Fruit Salad #488D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.79%

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 24.91%
G = 48.79%
B = 26.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#488D4C (or 0x488D4C) is known color: Fruit Salad. HEX triplet: 48, 8D and 4C. RGB value is (72,141,76). Sum of RGB (Red+Green+Blue) = 72+141+76=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #488D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D4C is #B772B3. Grayscale: #717171. Windows color (decimal): -12022452 or 5016904. OLE color: 5016904.

HSL color Cylindrical-coordinate representation of color #488D4C: hue angle of 123.48º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D4C is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 76 -
CMYK 0.49 0 0.46 0.45
HSL 123.48º 0.32% 0.42% -
HSV(B) 123.48º 0.49% 0.55% -
XYZ 13.5 20.95 10.17 -
YUV 112.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 72 141 76 0.49 0 0.46 0.45 123.48 0.32 0.42
Hex 48 8D 4C 31 0 2E 2D 7B 20 2A
Octal 110 215 114 61 0 56 55 173 40 52
Binary 1001000 10001101 1001100 110001 0 101110 101101 1111011 100000 101010

Color Harmonies of #488D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D4C

Black with #488D4C

Text Example


Text Example

White with #488D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488D4C; }

 p { color: rgb(72,141,76); }

 H1.HeaderClassName
 {
   color: #488D4C;
 }
 .AnyTagClassName
 {
   color: #488D4C;
 }
</style>

background-color css

<style>
 a { background-color: #488D4C; }

 a { background-color: rgb(72,141,76); }

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

border-color css

<style>
 span { border-color: #488D4C; }

 span { border-color: rgb(72,141,76); }

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