Html Css Color HEX #48904F Fruit Salad

📋 copy color: '#48904F'

red 72 ◦ green 144 ◦ blue 79

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

Shades of Fruit Salad #48904F

Tints of Fruit Salad #48904F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.81%

 BLUE value IS 79 (31.25% from 255) = 26.78%

R = 24.41%
G = 48.81%
B = 26.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#48904F (or 0x48904F) is known color: Fruit Salad. HEX triplet: 48, 90 and 4F. RGB value is (72,144,79). Sum of RGB (Red+Green+Blue) = 72+144+79=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #48904F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48904F is #B76FB0. Grayscale: #737373. Windows color (decimal): -12021681 or 5214280. OLE color: 5214280.

HSL color Cylindrical-coordinate representation of color #48904F: hue angle of 125.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48904F is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 79 -
CMYK 0.50 0 0.45 0.44
HSL 125.83º 0.33% 0.42% -
HSV(B) 125.83º 0.5% 0.56% -
XYZ 14.06 21.89 10.88 -
YUV 115.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 72 144 79 0.50 0 0.45 0.44 125.83 0.33 0.42
Hex 48 90 4F 32 0 2D 2C 7E 21 2A
Octal 110 220 117 62 0 55 54 176 41 52
Binary 1001000 10010000 1001111 110010 0 101101 101100 1111110 100001 101010

Color Harmonies of #48904F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48904F

Black with #48904F

Text Example


Text Example

White with #48904F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48904F; }

 p { color: rgb(72,144,79); }

 H1.HeaderClassName
 {
   color: #48904F;
 }
 .AnyTagClassName
 {
   color: #48904F;
 }
</style>

background-color css

<style>
 a { background-color: #48904F; }

 a { background-color: rgb(72,144,79); }

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

border-color css

<style>
 span { border-color: #48904F; }

 span { border-color: rgb(72,144,79); }

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