#4BA452

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

Shades of Fruit Salad #4BA452

Tints of Fruit Salad #4BA452

Color information

#4BA452 (or 0x4BA452) is unknown color: approx Fruit Salad. HEX triplet: 4B, A4 and 52. RGB value is (75,164,82). Sum of RGB (Red+Green+Blue) = 75+164+82=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA452 is #B45BAD. Grayscale: #808080. Windows color (decimal): -11819950 or 5416011. OLE color: 5416011.

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

Color convert

RGB7516482-
CMYK0.5400.50.36
HSL124.72º37.24%46.86%-
HSV(B)124.72º54.27%64.31%-
XYZ17.728.6612.58-
YUV128.04102.0190.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=23.36%
G=51.09%
B=25.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75164820.5400.50.36124.7237.2446.86
Hex4BA45236032247d252f
Octal11324412266062441754557
Binary100101110100100101001011011001100101001001111101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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