Html Css Color HEX #48A34B Fruit Salad

📋 copy color: '#48A34B'

red 72 ◦ green 163 ◦ blue 75

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

Shades of Fruit Salad #48A34B

Tints of Fruit Salad #48A34B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.58%

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

R = 23.23%
G = 52.58%
B = 24.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#48A34B (or 0x48A34B) is known color: Fruit Salad. HEX triplet: 48, A3 and 4B. RGB value is (72,163,75). Sum of RGB (Red+Green+Blue) = 72+163+75=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #48A34B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A34B is #B75CB4. Grayscale: #7E7E7E. Windows color (decimal): -12016821 or 4957000. OLE color: 4957000.

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

Color convert

RGB 72 163 75 -
CMYK 0.56 0 0.54 0.36
HSL 121.98º 0.39% 0.46% -
HSV(B) 121.98º 0.56% 0.64% -
XYZ 17.04 28.08 11.18 -
YUV 125.76 99.35 89.66 -
System Red Green Blue C M Y K H S L
Decimal 72 163 75 0.56 0 0.54 0.36 121.98 0.39 0.46
Hex 48 A3 4B 38 0 36 24 7A 27 2E
Octal 110 243 113 70 0 66 44 172 47 56
Binary 1001000 10100011 1001011 111000 0 110110 100100 1111010 100111 101110

Color Harmonies of #48A34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A34B

Black with #48A34B

Text Example


Text Example

White with #48A34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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