Html Css Color HEX #48944A Fruit Salad

📋 copy color: '#48944A'

red 72 ◦ green 148 ◦ blue 74

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

Shades of Fruit Salad #48944A

Tints of Fruit Salad #48944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.34%

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

R = 24.49%
G = 50.34%
B = 25.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#48944A (or 0x48944A) is known color: Fruit Salad. HEX triplet: 48, 94 and 4A. RGB value is (72,148,74). Sum of RGB (Red+Green+Blue) = 72+148+74=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #48944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48944A is #B76BB5. Grayscale: #757575. Windows color (decimal): -12020662 or 4887624. OLE color: 4887624.

HSL color Cylindrical-coordinate representation of color #48944A: hue angle of 121.58º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48944A is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 74 -
CMYK 0.51 0 0.50 0.42
HSL 121.58º 0.35% 0.43% -
HSV(B) 121.58º 0.51% 0.58% -
XYZ 14.5 23.05 10.16 -
YUV 116.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 72 148 74 0.51 0 0.50 0.42 121.58 0.35 0.43
Hex 48 94 4A 33 0 32 2A 7A 23 2B
Octal 110 224 112 63 0 62 52 172 43 53
Binary 1001000 10010100 1001010 110011 0 110010 101010 1111010 100011 101011

Color Harmonies of #48944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48944A

Black with #48944A

Text Example


Text Example

White with #48944A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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