Html Css Color HEX #4BA849 Fruit Salad

📋 copy color: '#4BA849'

red 75 ◦ green 168 ◦ blue 73

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

Shades of Fruit Salad #4BA849

Tints of Fruit Salad #4BA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.16%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 23.73%
G = 53.16%
B = 23.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#4BA849 (or 0x4BA849) is known color: Fruit Salad. HEX triplet: 4B, A8 and 49. RGB value is (75,168,73). Sum of RGB (Red+Green+Blue) = 75+168+73=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA849 is #B457B6. Grayscale: #818181. Windows color (decimal): -11818935 or 4827211. OLE color: 4827211.

HSL color Cylindrical-coordinate representation of color #4BA849: hue angle of 118.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BA849 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 75 168 73 -
CMYK 0.55 0 0.57 0.34
HSL 118.74º 0.39% 0.47% -
HSV(B) 118.74º 0.57% 0.66% -
XYZ 18.11 29.98 11.14 -
YUV 129.36 96.19 89.22 -
System Red Green Blue C M Y K H S L
Decimal 75 168 73 0.55 0 0.57 0.34 118.74 0.39 0.47
Hex 4B A8 49 37 0 39 22 77 27 2F
Octal 113 250 111 67 0 71 42 167 47 57
Binary 1001011 10101000 1001001 110111 0 111001 100010 1110111 100111 101111

Color Harmonies of #4BA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA849

Black with #4BA849

Text Example


Text Example

White with #4BA849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,168,73); }

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

background-color css

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

 a { background-color: rgb(75,168,73); }

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

border-color css

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

 span { border-color: rgb(75,168,73); }

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