Html Css Color HEX #4BA049 Fruit Salad

📋 copy color: '#4BA049'

red 75 ◦ green 160 ◦ blue 73

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

Shades of Fruit Salad #4BA049

Tints of Fruit Salad #4BA049

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.95%

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

R = 24.35%
G = 51.95%
B = 23.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#4BA049 (or 0x4BA049) is known color: Fruit Salad. HEX triplet: 4B, A0 and 49. RGB value is (75,160,73). Sum of RGB (Red+Green+Blue) = 75+160+73=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA049 is #B45FB6. Grayscale: #7C7C7C. Windows color (decimal): -11820983 or 4825163. OLE color: 4825163.

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

Color convert

RGB 75 160 73 -
CMYK 0.53 0 0.54 0.37
HSL 118.62º 0.37% 0.46% -
HSV(B) 118.62º 0.54% 0.63% -
XYZ 16.68 27.12 10.66 -
YUV 124.67 98.84 92.57 -
System Red Green Blue C M Y K H S L
Decimal 75 160 73 0.53 0 0.54 0.37 118.62 0.37 0.46
Hex 4B A0 49 35 0 36 25 77 25 2E
Octal 113 240 111 65 0 66 45 167 45 56
Binary 1001011 10100000 1001001 110101 0 110110 100101 1110111 100101 101110

Color Harmonies of #4BA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA049

Black with #4BA049

Text Example


Text Example

White with #4BA049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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