Html Css Color HEX #48A13B Fruit Salad

📋 copy color: '#48A13B'

red 72 ◦ green 161 ◦ blue 59

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

Shades of Fruit Salad #48A13B

Tints of Fruit Salad #48A13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 55.14%

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 24.66%
G = 55.14%
B = 20.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#48A13B (or 0x48A13B) is known color: Fruit Salad. HEX triplet: 48, A1 and 3B. RGB value is (72,161,59). Sum of RGB (Red+Green+Blue) = 72+161+59=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #48A13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A13B is #B75EC4. Grayscale: #7B7B7B. Windows color (decimal): -12017349 or 3907912. OLE color: 3907912.

HSL color Cylindrical-coordinate representation of color #48A13B: hue angle of 112.35º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48A13B is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 161 59 -
CMYK 0.55 0 0.63 0.37
HSL 112.35º 0.46% 0.43% -
HSV(B) 112.35º 0.63% 0.63% -
XYZ 16.21 27.18 8.53 -
YUV 122.76 92.01 91.79 -
System Red Green Blue C M Y K H S L
Decimal 72 161 59 0.55 0 0.63 0.37 112.35 0.46 0.43
Hex 48 A1 3B 37 0 3F 25 70 2E 2B
Octal 110 241 73 67 0 77 45 160 56 53
Binary 1001000 10100001 111011 110111 0 111111 100101 1110000 101110 101011

Color Harmonies of #48A13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A13B

Black with #48A13B

Text Example


Text Example

White with #48A13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,161,59); }

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

background-color css

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

 a { background-color: rgb(72,161,59); }

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

border-color css

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

 span { border-color: rgb(72,161,59); }

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