#4BA03A

Color #4BA03A Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4BA03A

Tints of Fruit Salad #4BA03A

Color information

#4BA03A (or 0x4BA03A) is unknown color: approx Fruit Salad. HEX triplet: 4B, A0 and 3A. RGB value is (75,160,58). Sum of RGB (Red+Green+Blue) = 75+160+58=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA03A is #B45FC5. Grayscale: #7B7B7B. Windows color (decimal): -11820998 or 3842123. OLE color: 3842123.

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

Color convert

RGB7516058-
CMYK0.5300.640.37
HSL110º46.79%42.75%-
HSV(B)110º63.75%62.75%-
XYZ16.2426.948.35-
YUV122.9691.3493.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.60%
GREEN value IS 160 (62.89% from 255) = 54.61%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=25.60%
G=54.61%
B=19.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal75160580.5300.640.3711046.7942.75
Hex4BA03A35040256e2f2b
Octal11324072650100451565753
Binary100101110100000111010110101010000001001011101110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4BA03A;
 }
 .AnyTagClassName
 {
   color: #4BA03A;
 }
</style>
background-color css

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

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

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

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

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

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