Html Css Color HEX #48A54B Fruit Salad

📋 copy color: '#48A54B'

red 72 ◦ green 165 ◦ blue 75

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

Shades of Fruit Salad #48A54B

Tints of Fruit Salad #48A54B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.88%

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

R = 23.08%
G = 52.88%
B = 24.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#48A54B (or 0x48A54B) is known color: Fruit Salad. HEX triplet: 48, A5 and 4B. RGB value is (72,165,75). Sum of RGB (Red+Green+Blue) = 72+165+75=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #48A54B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A54B is #B75AB4. Grayscale: #7F7F7F. Windows color (decimal): -12016309 or 4957512. OLE color: 4957512.

HSL color Cylindrical-coordinate representation of color #48A54B: hue angle of 121.94º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A54B is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 165 75 -
CMYK 0.56 0 0.55 0.35
HSL 121.94º 0.39% 0.46% -
HSV(B) 121.94º 0.56% 0.65% -
XYZ 17.4 28.8 11.3 -
YUV 126.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 72 165 75 0.56 0 0.55 0.35 121.94 0.39 0.46
Hex 48 A5 4B 38 0 37 23 7A 27 2E
Octal 110 245 113 70 0 67 43 172 47 56
Binary 1001000 10100101 1001011 111000 0 110111 100011 1111010 100111 101110

Color Harmonies of #48A54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A54B

Black with #48A54B

Text Example


Text Example

White with #48A54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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