Html Css Color HEX #4BA159 Fruit Salad

📋 copy color: '#4BA159'

red 75 ◦ green 161 ◦ blue 89

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

Shades of Fruit Salad #4BA159

Tints of Fruit Salad #4BA159

RGB

 RED value IS 75 (29.69% from 255) = 23.08%

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

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 23.08%
G = 49.54%
B = 27.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#4BA159 (or 0x4BA159) is known color: Fruit Salad. HEX triplet: 4B, A1 and 59. RGB value is (75,161,89). Sum of RGB (Red+Green+Blue) = 75+161+89=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA159 is #B45EA6. Grayscale: #7F7F7F. Windows color (decimal): -11820711 or 5873995. OLE color: 5873995.

HSL color Cylindrical-coordinate representation of color #4BA159: hue angle of 129.77º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA159 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 161 89 -
CMYK 0.53 0 0.45 0.37
HSL 129.77º 0.36% 0.46% -
HSV(B) 129.77º 0.53% 0.63% -
XYZ 17.45 27.71 13.88 -
YUV 127.08 106.51 90.85 -
System Red Green Blue C M Y K H S L
Decimal 75 161 89 0.53 0 0.45 0.37 129.77 0.36 0.46
Hex 4B A1 59 35 0 2D 25 82 24 2E
Octal 113 241 131 65 0 55 45 202 44 56
Binary 1001011 10100001 1011001 110101 0 101101 100101 10000010 100100 101110

Color Harmonies of #4BA159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA159

Black with #4BA159

Text Example


Text Example

White with #4BA159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BA159; }

 p { color: rgb(75,161,89); }

 H1.HeaderClassName
 {
   color: #4BA159;
 }
 .AnyTagClassName
 {
   color: #4BA159;
 }
</style>

background-color css

<style>
 a { background-color: #4BA159; }

 a { background-color: rgb(75,161,89); }

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

border-color css

<style>
 span { border-color: #4BA159; }

 span { border-color: rgb(75,161,89); }

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