Html Css Color HEX #48954C Fruit Salad

📋 copy color: '#48954C'

red 72 ◦ green 149 ◦ blue 76

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

Shades of Fruit Salad #48954C

Tints of Fruit Salad #48954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.17%

 BLUE value IS 76 (30.08% from 255) = 25.59%

R = 24.24%
G = 50.17%
B = 25.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#48954C (or 0x48954C) is known color: Fruit Salad. HEX triplet: 48, 95 and 4C. RGB value is (72,149,76). Sum of RGB (Red+Green+Blue) = 72+149+76=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #48954C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48954C is #B76AB3. Grayscale: #757575. Windows color (decimal): -12020404 or 5018952. OLE color: 5018952.

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

Color convert

RGB 72 149 76 -
CMYK 0.52 0 0.49 0.42
HSL 123.12º 0.35% 0.43% -
HSV(B) 123.12º 0.52% 0.58% -
XYZ 14.72 23.39 10.58 -
YUV 117.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 72 149 76 0.52 0 0.49 0.42 123.12 0.35 0.43
Hex 48 95 4C 34 0 31 2A 7B 23 2B
Octal 110 225 114 64 0 61 52 173 43 53
Binary 1001000 10010101 1001100 110100 0 110001 101010 1111011 100011 101011

Color Harmonies of #48954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48954C

Black with #48954C

Text Example


Text Example

White with #48954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48954C; }

 p { color: rgb(72,149,76); }

 H1.HeaderClassName
 {
   color: #48954C;
 }
 .AnyTagClassName
 {
   color: #48954C;
 }
</style>

background-color css

<style>
 a { background-color: #48954C; }

 a { background-color: rgb(72,149,76); }

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

border-color css

<style>
 span { border-color: #48954C; }

 span { border-color: rgb(72,149,76); }

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