#4BA13F

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

Shades of Fruit Salad #4BA13F

Tints of Fruit Salad #4BA13F

Color information

#4BA13F (or 0x4BA13F) is unknown color: approx Fruit Salad. HEX triplet: 4B, A1 and 3F. RGB value is (75,161,63). Sum of RGB (Red+Green+Blue) = 75+161+63=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA13F is #B45EC0. Grayscale: #7C7C7C. Windows color (decimal): -11820737 or 4170059. OLE color: 4170059.

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

Color convert

RGB7516163-
CMYK0.5300.610.37
HSL112.65º43.75%43.92%-
HSV(B)112.65º60.87%63.14%-
XYZ16.5427.349.11-
YUV124.1193.5192.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 161 (63.28% from 255) = 53.85%
BLUE value IS 63 (25% from 255) = 21.07%
R=25.08%
G=53.85%
B=21.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal75161630.5300.610.37112.6543.7543.92
Hex4BA13F3503D25712c2c
Octal1132417765075451615454
Binary10010111010000111111111010101111011001011110001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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