#4BA654

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

Shades of Fruit Salad #4BA654

Tints of Fruit Salad #4BA654

Color information

#4BA654 (or 0x4BA654) is unknown color: approx Fruit Salad. HEX triplet: 4B, A6 and 54. RGB value is (75,166,84). Sum of RGB (Red+Green+Blue) = 75+166+84=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA654 is #B459AB. Grayscale: #818181. Windows color (decimal): -11819436 or 5547595. OLE color: 5547595.

HSL color Cylindrical-coordinate representation of color #4BA654: hue angle of 125.93º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA654 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB7516684-
CMYK0.5500.490.35
HSL125.93º37.76%47.25%-
HSV(B)125.93º54.82%65.1%-
XYZ18.1429.4113.11-
YUV129.44102.3589.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 166 (65.23% from 255) = 51.08%
BLUE value IS 84 (33.20% from 255) = 25.85%
R=23.08%
G=51.08%
B=25.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75166840.5500.490.35125.9337.7647.25
Hex4BA65437031237e262f
Octal11324612467061431764657
Binary100101110100110101010011011101100011000111111110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,166,84); }

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

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

 a { background-color: rgb(75,166,84); }

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

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

 span { border-color: rgb(75,166,84); }

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