Html Css Color HEX #48A63B Fruit Salad

📋 copy color: '#48A63B'

red 72 ◦ green 166 ◦ blue 59

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

Shades of Fruit Salad #48A63B

Tints of Fruit Salad #48A63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.89%

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

R = 24.24%
G = 55.89%
B = 19.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#48A63B (or 0x48A63B) is known color: Fruit Salad. HEX triplet: 48, A6 and 3B. RGB value is (72,166,59). Sum of RGB (Red+Green+Blue) = 72+166+59=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #48A63B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A63B is #B759C4. Grayscale: #7E7E7E. Windows color (decimal): -12016069 or 3909192. OLE color: 3909192.

HSL color Cylindrical-coordinate representation of color #48A63B: hue angle of 112.71º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48A63B is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 166 59 -
CMYK 0.57 0 0.64 0.35
HSL 112.71º 0.48% 0.44% -
HSV(B) 112.71º 0.64% 0.65% -
XYZ 17.1 28.97 8.83 -
YUV 125.7 90.36 89.7 -
System Red Green Blue C M Y K H S L
Decimal 72 166 59 0.57 0 0.64 0.35 112.71 0.48 0.44
Hex 48 A6 3B 39 0 40 23 71 30 2C
Octal 110 246 73 71 0 100 43 161 60 54
Binary 1001000 10100110 111011 111001 0 1000000 100011 1110001 110000 101100

Color Harmonies of #48A63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A63B

Black with #48A63B

Text Example


Text Example

White with #48A63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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