Html Css Color HEX #48AA4A Fruit Salad

📋 copy color: '#48AA4A'

red 72 ◦ green 170 ◦ blue 74

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

Shades of Fruit Salad #48AA4A

Tints of Fruit Salad #48AA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 22.78%
G = 53.8%
B = 23.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#48AA4A (or 0x48AA4A) is known color: Fruit Salad. HEX triplet: 48, AA and 4A. RGB value is (72,170,74). Sum of RGB (Red+Green+Blue) = 72+170+74=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AA4A is #B755B5. Grayscale: #828282. Windows color (decimal): -12015030 or 4893256. OLE color: 4893256.

HSL color Cylindrical-coordinate representation of color #48AA4A: hue angle of 121.22º 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 #48AA4A is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 170 74 -
CMYK 0.58 0 0.56 0.33
HSL 121.22º 0.4% 0.47% -
HSV(B) 121.22º 0.58% 0.67% -
XYZ 18.28 30.62 11.43 -
YUV 129.75 96.53 86.81 -
System Red Green Blue C M Y K H S L
Decimal 72 170 74 0.58 0 0.56 0.33 121.22 0.4 0.47
Hex 48 AA 4A 3A 0 38 21 79 28 2F
Octal 110 252 112 72 0 70 41 171 50 57
Binary 1001000 10101010 1001010 111010 0 111000 100001 1111001 101000 101111

Color Harmonies of #48AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA4A

Black with #48AA4A

Text Example


Text Example

White with #48AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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