Html Css Color HEX #48953F Fruit Salad

📋 copy color: '#48953F'

red 72 ◦ green 149 ◦ blue 63

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

Shades of Fruit Salad #48953F

Tints of Fruit Salad #48953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.18%

R = 25.35%
G = 52.46%
B = 22.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#48953F (or 0x48953F) is known color: Fruit Salad. HEX triplet: 48, 95 and 3F. RGB value is (72,149,63). Sum of RGB (Red+Green+Blue) = 72+149+63=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #48953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48953F is #B76AC0. Grayscale: #747474. Windows color (decimal): -12020417 or 4166984. OLE color: 4166984.

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

Color convert

RGB 72 149 63 -
CMYK 0.52 0 0.58 0.42
HSL 113.72º 0.41% 0.42% -
HSV(B) 113.72º 0.58% 0.58% -
XYZ 14.32 23.23 8.43 -
YUV 116.17 97.99 96.49 -
System Red Green Blue C M Y K H S L
Decimal 72 149 63 0.52 0 0.58 0.42 113.72 0.41 0.42
Hex 48 95 3F 34 0 3A 2A 72 29 2A
Octal 110 225 77 64 0 72 52 162 51 52
Binary 1001000 10010101 111111 110100 0 111010 101010 1110010 101001 101010

Color Harmonies of #48953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48953F

Black with #48953F

Text Example


Text Example

White with #48953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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