Html Css Color HEX #488D4B Fruit Salad

📋 copy color: '#488D4B'

red 72 ◦ green 141 ◦ blue 75

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

Shades of Fruit Salad #488D4B

Tints of Fruit Salad #488D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.04%

R = 25%
G = 48.96%
B = 26.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#488D4B (or 0x488D4B) is known color: Fruit Salad. HEX triplet: 48, 8D and 4B. RGB value is (72,141,75). Sum of RGB (Red+Green+Blue) = 72+141+75=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #488D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D4B is #B772B4. Grayscale: #717171. Windows color (decimal): -12022453 or 4951368. OLE color: 4951368.

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

Color convert

RGB 72 141 75 -
CMYK 0.49 0 0.47 0.45
HSL 122.61º 0.32% 0.42% -
HSV(B) 122.61º 0.49% 0.55% -
XYZ 13.47 20.94 9.99 -
YUV 112.85 106.64 98.87 -
System Red Green Blue C M Y K H S L
Decimal 72 141 75 0.49 0 0.47 0.45 122.61 0.32 0.42
Hex 48 8D 4B 31 0 2F 2D 7B 20 2A
Octal 110 215 113 61 0 57 55 173 40 52
Binary 1001000 10001101 1001011 110001 0 101111 101101 1111011 100000 101010

Color Harmonies of #488D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D4B

Black with #488D4B

Text Example


Text Example

White with #488D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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