Html Css Color HEX #48AD4B Fruit Salad

📋 copy color: '#48AD4B'

red 72 ◦ green 173 ◦ blue 75

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

Shades of Fruit Salad #48AD4B

Tints of Fruit Salad #48AD4B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.06%

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

R = 22.5%
G = 54.06%
B = 23.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#48AD4B (or 0x48AD4B) is known color: Fruit Salad. HEX triplet: 48, AD and 4B. RGB value is (72,173,75). Sum of RGB (Red+Green+Blue) = 72+173+75=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AD4B is #B752B4. Grayscale: #838383. Windows color (decimal): -12014261 or 4959560. OLE color: 4959560.

HSL color Cylindrical-coordinate representation of color #48AD4B: hue angle of 121.78º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD4B is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 173 75 -
CMYK 0.58 0 0.57 0.32
HSL 121.78º 0.41% 0.48% -
HSV(B) 121.78º 0.58% 0.68% -
XYZ 18.89 31.77 11.79 -
YUV 131.63 96.04 85.47 -
System Red Green Blue C M Y K H S L
Decimal 72 173 75 0.58 0 0.57 0.32 121.78 0.41 0.48
Hex 48 AD 4B 3A 0 39 20 7A 29 30
Octal 110 255 113 72 0 71 40 172 51 60
Binary 1001000 10101101 1001011 111010 0 111001 100000 1111010 101001 110000

Color Harmonies of #48AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD4B

Black with #48AD4B

Text Example


Text Example

White with #48AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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