Html Css Color HEX #48944C Fruit Salad

📋 copy color: '#48944C'

red 72 ◦ green 148 ◦ blue 76

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

Shades of Fruit Salad #48944C

Tints of Fruit Salad #48944C

RGB

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

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

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

R = 24.32%
G = 50%
B = 25.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#48944C (or 0x48944C) is known color: Fruit Salad. HEX triplet: 48, 94 and 4C. RGB value is (72,148,76). Sum of RGB (Red+Green+Blue) = 72+148+76=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #48944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48944C is #B76BB3. Grayscale: #757575. Windows color (decimal): -12020660 or 5018696. OLE color: 5018696.

HSL color Cylindrical-coordinate representation of color #48944C: hue angle of 123.16º 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 #48944C is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 76 -
CMYK 0.51 0 0.49 0.42
HSL 123.16º 0.35% 0.43% -
HSV(B) 123.16º 0.51% 0.58% -
XYZ 14.57 23.08 10.52 -
YUV 117.07 104.82 95.85 -
System Red Green Blue C M Y K H S L
Decimal 72 148 76 0.51 0 0.49 0.42 123.16 0.35 0.43
Hex 48 94 4C 33 0 31 2A 7B 23 2B
Octal 110 224 114 63 0 61 52 173 43 53
Binary 1001000 10010100 1001100 110011 0 110001 101010 1111011 100011 101011

Color Harmonies of #48944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48944C

Black with #48944C

Text Example


Text Example

White with #48944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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