Html Css Color HEX #48934D Fruit Salad

📋 copy color: '#48934D'

red 72 ◦ green 147 ◦ blue 77

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

Shades of Fruit Salad #48934D

Tints of Fruit Salad #48934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.66%

 BLUE value IS 77 (30.47% from 255) = 26.01%

R = 24.32%
G = 49.66%
B = 26.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#48934D (or 0x48934D) is known color: Fruit Salad. HEX triplet: 48, 93 and 4D. RGB value is (72,147,77). Sum of RGB (Red+Green+Blue) = 72+147+77=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #48934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48934D is #B76CB2. Grayscale: #747474. Windows color (decimal): -12020915 or 5083976. OLE color: 5083976.

HSL color Cylindrical-coordinate representation of color #48934D: hue angle of 124º degrees, saturation: 0.34, 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 #48934D is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 147 77 -
CMYK 0.51 0 0.48 0.42
HSL 124º 0.34% 0.43% -
HSV(B) 124º 0.51% 0.58% -
XYZ 14.45 22.78 10.66 -
YUV 116.6 105.65 96.19 -
System Red Green Blue C M Y K H S L
Decimal 72 147 77 0.51 0 0.48 0.42 124 0.34 0.43
Hex 48 93 4D 33 0 30 2A 7C 22 2B
Octal 110 223 115 63 0 60 52 174 42 53
Binary 1001000 10010011 1001101 110011 0 110000 101010 1111100 100010 101011

Color Harmonies of #48934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48934D

Black with #48934D

Text Example


Text Example

White with #48934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48934D; }

 p { color: rgb(72,147,77); }

 H1.HeaderClassName
 {
   color: #48934D;
 }
 .AnyTagClassName
 {
   color: #48934D;
 }
</style>

background-color css

<style>
 a { background-color: #48934D; }

 a { background-color: rgb(72,147,77); }

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

border-color css

<style>
 span { border-color: #48934D; }

 span { border-color: rgb(72,147,77); }

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