Html Css Color HEX #488D4A Fruit Salad

📋 copy color: '#488D4A'

red 72 ◦ green 141 ◦ blue 74

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

Shades of Fruit Salad #488D4A

Tints of Fruit Salad #488D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 25.09%
G = 49.13%
B = 25.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#488D4A (or 0x488D4A) is known color: Fruit Salad. HEX triplet: 48, 8D and 4A. RGB value is (72,141,74). Sum of RGB (Red+Green+Blue) = 72+141+74=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #488D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D4A is #B772B5. Grayscale: #707070. Windows color (decimal): -12022454 or 4885832. OLE color: 4885832.

HSL color Cylindrical-coordinate representation of color #488D4A: hue angle of 121.74º 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 #488D4A is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 74 -
CMYK 0.49 0 0.48 0.45
HSL 121.74º 0.32% 0.42% -
HSV(B) 121.74º 0.49% 0.55% -
XYZ 13.43 20.92 9.81 -
YUV 112.73 106.14 98.95 -
System Red Green Blue C M Y K H S L
Decimal 72 141 74 0.49 0 0.48 0.45 121.74 0.32 0.42
Hex 48 8D 4A 31 0 30 2D 7A 20 2A
Octal 110 215 112 61 0 60 55 172 40 52
Binary 1001000 10001101 1001010 110001 0 110000 101101 1111010 100000 101010

Color Harmonies of #488D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D4A

Black with #488D4A

Text Example


Text Example

White with #488D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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