#4BA455

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

Shades of Fruit Salad #4BA455

Tints of Fruit Salad #4BA455

Color information

#4BA455 (or 0x4BA455) is unknown color: approx Fruit Salad. HEX triplet: 4B, A4 and 55. RGB value is (75,164,85). Sum of RGB (Red+Green+Blue) = 75+164+85=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA455 is #B45BAA. Grayscale: #808080. Windows color (decimal): -11819947 or 5612619. OLE color: 5612619.

HSL color Cylindrical-coordinate representation of color #4BA455: hue angle of 126.74º 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 #4BA455 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB7516485-
CMYK0.5400.480.36
HSL126.74º37.24%46.86%-
HSV(B)126.74º54.27%64.31%-
XYZ17.8228.713.2-
YUV128.38103.5189.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 164 (64.45% from 255) = 50.62%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=23.15%
G=50.62%
B=26.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75164850.5400.480.36126.7437.2446.86
Hex4BA45536030247f252f
Octal11324412566060441774557
Binary100101110100100101010111011001100001001001111111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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