Html Css Color HEX #4BA149 Fruit Salad

📋 copy color: '#4BA149'

red 75 ◦ green 161 ◦ blue 73

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

Shades of Fruit Salad #4BA149

Tints of Fruit Salad #4BA149

RGB

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

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

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

R = 24.27%
G = 52.1%
B = 23.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#4BA149 (or 0x4BA149) is known color: Fruit Salad. HEX triplet: 4B, A1 and 49. RGB value is (75,161,73). Sum of RGB (Red+Green+Blue) = 75+161+73=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA149 is #B45EB6. Grayscale: #7D7D7D. Windows color (decimal): -11820727 or 4825419. OLE color: 4825419.

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

Color convert

RGB 75 161 73 -
CMYK 0.53 0 0.55 0.37
HSL 118.64º 0.38% 0.46% -
HSV(B) 118.64º 0.55% 0.63% -
XYZ 16.85 27.47 10.72 -
YUV 125.25 98.51 92.16 -
System Red Green Blue C M Y K H S L
Decimal 75 161 73 0.53 0 0.55 0.37 118.64 0.38 0.46
Hex 4B A1 49 35 0 37 25 77 26 2E
Octal 113 241 111 65 0 67 45 167 46 56
Binary 1001011 10100001 1001001 110101 0 110111 100101 1110111 100110 101110

Color Harmonies of #4BA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA149

Black with #4BA149

Text Example


Text Example

White with #4BA149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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