#4BA23B

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

Shades of Fruit Salad #4BA23B

Tints of Fruit Salad #4BA23B

Color information

#4BA23B (or 0x4BA23B) is unknown color: approx Fruit Salad. HEX triplet: 4B, A2 and 3B. RGB value is (75,162,59). Sum of RGB (Red+Green+Blue) = 75+162+59=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA23B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA23B is #B45DC4. Grayscale: #7C7C7C. Windows color (decimal): -11820485 or 3908171. OLE color: 3908171.

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

Color convert

RGB7516259-
CMYK0.5400.640.36
HSL110.68º46.61%43.33%-
HSV(B)110.68º63.58%63.53%-
XYZ16.6127.658.6-
YUV124.2491.1892.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.34%
GREEN value IS 162 (63.67% from 255) = 54.73%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=25.34%
G=54.73%
B=19.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75162590.5400.640.36110.6846.6143.33
Hex4BA23B36040246f2f2b
Octal11324273660100441575753
Binary100101110100010111011110110010000001001001101111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,162,59); }

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

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

 a { background-color: rgb(75,162,59); }

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

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

 span { border-color: rgb(75,162,59); }

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