Html Css Color HEX #48AA4D Fruit Salad

📋 copy color: '#48AA4D'

red 72 ◦ green 170 ◦ blue 77

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

Shades of Fruit Salad #48AA4D

Tints of Fruit Salad #48AA4D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.29%

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

R = 22.57%
G = 53.29%
B = 24.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#48AA4D (or 0x48AA4D) is known color: Fruit Salad. HEX triplet: 48, AA and 4D. RGB value is (72,170,77). Sum of RGB (Red+Green+Blue) = 72+170+77=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA4D is #B755B2. Grayscale: #828282. Windows color (decimal): -12015027 or 5089864. OLE color: 5089864.

HSL color Cylindrical-coordinate representation of color #48AA4D: hue angle of 123.06º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA4D is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 170 77 -
CMYK 0.58 0 0.55 0.33
HSL 123.06º 0.4% 0.47% -
HSV(B) 123.06º 0.58% 0.67% -
XYZ 18.39 30.66 11.97 -
YUV 130.1 98.03 86.56 -
System Red Green Blue C M Y K H S L
Decimal 72 170 77 0.58 0 0.55 0.33 123.06 0.4 0.47
Hex 48 AA 4D 3A 0 37 21 7B 28 2F
Octal 110 252 115 72 0 67 41 173 50 57
Binary 1001000 10101010 1001101 111010 0 110111 100001 1111011 101000 101111

Color Harmonies of #48AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA4D

Black with #48AA4D

Text Example


Text Example

White with #48AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48AA4D; }

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

 H1.HeaderClassName
 {
   color: #48AA4D;
 }
 .AnyTagClassName
 {
   color: #48AA4D;
 }
</style>

background-color css

<style>
 a { background-color: #48AA4D; }

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

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

border-color css

<style>
 span { border-color: #48AA4D; }

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

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