Html Css Color HEX #48984D Fruit Salad

📋 copy color: '#48984D'

red 72 ◦ green 152 ◦ blue 77

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

Shades of Fruit Salad #48984D

Tints of Fruit Salad #48984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.5%

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

R = 23.92%
G = 50.5%
B = 25.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#48984D (or 0x48984D) is known color: Fruit Salad. HEX triplet: 48, 98 and 4D. RGB value is (72,152,77). Sum of RGB (Red+Green+Blue) = 72+152+77=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #48984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48984D is #B767B2. Grayscale: #777777. Windows color (decimal): -12019635 or 5085256. OLE color: 5085256.

HSL color Cylindrical-coordinate representation of color #48984D: hue angle of 123.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48984D is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 77 -
CMYK 0.53 0 0.49 0.40
HSL 123.75º 0.36% 0.44% -
HSV(B) 123.75º 0.53% 0.6% -
XYZ 15.24 24.37 10.92 -
YUV 119.53 104 94.1 -
System Red Green Blue C M Y K H S L
Decimal 72 152 77 0.53 0 0.49 0.40 123.75 0.36 0.44
Hex 48 98 4D 35 0 31 28 7C 24 2C
Octal 110 230 115 65 0 61 50 174 44 54
Binary 1001000 10011000 1001101 110101 0 110001 101000 1111100 100100 101100

Color Harmonies of #48984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48984D

Black with #48984D

Text Example


Text Example

White with #48984D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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