Html Css Color HEX #48994B Fruit Salad

📋 copy color: '#48994B'

red 72 ◦ green 153 ◦ blue 75

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

Shades of Fruit Salad #48994B

Tints of Fruit Salad #48994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 24%
G = 51%
B = 25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#48994B (or 0x48994B) is known color: Fruit Salad. HEX triplet: 48, 99 and 4B. RGB value is (72,153,75). Sum of RGB (Red+Green+Blue) = 72+153+75=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #48994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48994B is #B766B4. Grayscale: #787878. Windows color (decimal): -12019381 or 4954440. OLE color: 4954440.

HSL color Cylindrical-coordinate representation of color #48994B: hue angle of 122.22º 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 #48994B is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 75 -
CMYK 0.53 0 0.51 0.4
HSL 122.22º 0.36% 0.44% -
HSV(B) 122.22º 0.53% 0.6% -
XYZ 15.33 24.67 10.61 -
YUV 119.89 102.66 93.84 -
System Red Green Blue C M Y K H S L
Decimal 72 153 75 0.53 0 0.51 0.4 122.22 0.36 0.44
Hex 48 99 4B 35 0 33 28 7A 24 2C
Octal 110 231 113 65 0 63 50 172 44 54
Binary 1001000 10011001 1001011 110101 0 110011 101000 1111010 100100 101100

Color Harmonies of #48994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48994B

Black with #48994B

Text Example


Text Example

White with #48994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48994B; }

 p { color: rgb(72,153,75); }

 H1.HeaderClassName
 {
   color: #48994B;
 }
 .AnyTagClassName
 {
   color: #48994B;
 }
</style>

background-color css

<style>
 a { background-color: #48994B; }

 a { background-color: rgb(72,153,75); }

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

border-color css

<style>
 span { border-color: #48994B; }

 span { border-color: rgb(72,153,75); }

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