#4BA246

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

Shades of Fruit Salad #4BA246

Tints of Fruit Salad #4BA246

Color information

#4BA246 (or 0x4BA246) is unknown color: approx Fruit Salad. HEX triplet: 4B, A2 and 46. RGB value is (75,162,70). Sum of RGB (Red+Green+Blue) = 75+162+70=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA246 is #B45DB9. Grayscale: #7D7D7D. Windows color (decimal): -11820474 or 4629067. OLE color: 4629067.

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

Color convert

RGB7516270-
CMYK0.5400.570.36
HSL116.74º39.66%45.49%-
HSV(B)116.74º56.79%63.53%-
XYZ16.9327.7810.26-
YUV125.596.6891.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.43%
GREEN value IS 162 (63.67% from 255) = 52.77%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=24.43%
G=52.77%
B=22.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75162700.5400.570.36116.7439.6645.49
Hex4BA246360392475282d
Octal11324210666071441655055
Binary100101110100010100011011011001110011001001110101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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