Html Css Color HEX #48904A Fruit Salad

📋 copy color: '#48904A'

red 72 ◦ green 144 ◦ blue 74

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

Shades of Fruit Salad #48904A

Tints of Fruit Salad #48904A

RGB

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

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

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

R = 24.83%
G = 49.66%
B = 25.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#48904A (or 0x48904A) is known color: Fruit Salad. HEX triplet: 48, 90 and 4A. RGB value is (72,144,74). Sum of RGB (Red+Green+Blue) = 72+144+74=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #48904A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48904A is #B76FB5. Grayscale: #727272. Windows color (decimal): -12021686 or 4886600. OLE color: 4886600.

HSL color Cylindrical-coordinate representation of color #48904A: hue angle of 121.67º 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 #48904A is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 74 -
CMYK 0.50 0 0.49 0.44
HSL 121.67º 0.33% 0.42% -
HSV(B) 121.67º 0.5% 0.56% -
XYZ 13.88 21.82 9.96 -
YUV 114.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 72 144 74 0.50 0 0.49 0.44 121.67 0.33 0.42
Hex 48 90 4A 32 0 31 2C 7A 21 2A
Octal 110 220 112 62 0 61 54 172 41 52
Binary 1001000 10010000 1001010 110010 0 110001 101100 1111010 100001 101010

Color Harmonies of #48904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48904A

Black with #48904A

Text Example


Text Example

White with #48904A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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