#4BA552

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

Shades of Fruit Salad #4BA552

Tints of Fruit Salad #4BA552

Color information

#4BA552 (or 0x4BA552) is unknown color: approx Fruit Salad. HEX triplet: 4B, A5 and 52. RGB value is (75,165,82). Sum of RGB (Red+Green+Blue) = 75+165+82=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA552 is #B45AAD. Grayscale: #808080. Windows color (decimal): -11819694 or 5416267. OLE color: 5416267.

HSL color Cylindrical-coordinate representation of color #4BA552: hue angle of 124.67º 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 #4BA552 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB7516582-
CMYK0.5500.500.35
HSL124.67º37.5%47.06%-
HSV(B)124.67º54.55%64.71%-
XYZ17.8829.0212.64-
YUV128.63101.6889.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.29%
GREEN value IS 165 (64.84% from 255) = 51.24%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=23.29%
G=51.24%
B=25.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75165820.5500.500.35124.6737.547.06
Hex4BA55237032237d262f
Octal11324512267062431754657
Binary100101110100101101001011011101100101000111111101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,165,82); }

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

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

 a { background-color: rgb(75,165,82); }

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

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

 span { border-color: rgb(75,165,82); }

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