#4BB047

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

Shades of Fruit Salad #4BB047

Tints of Fruit Salad #4BB047

Color information

#4BB047 (or 0x4BB047) is unknown color: approx Fruit Salad. HEX triplet: 4B, B0 and 47. RGB value is (75,176,71). Sum of RGB (Red+Green+Blue) = 75+176+71=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #4BB047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BB047 is #B44FB8. Grayscale: #868686. Windows color (decimal): -11816889 or 4698187. OLE color: 4698187.

HSL color Cylindrical-coordinate representation of color #4BB047: hue angle of 117.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BB047 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB7517671-
CMYK0.5700.600.31
HSL117.71º42.51%48.43%-
HSV(B)117.71º59.66%69.02%-
XYZ19.563311.3-
YUV133.8392.5486.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.29%
GREEN value IS 176 (69.14% from 255) = 54.66%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=23.29%
G=54.66%
B=22.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75176710.5700.600.31117.7142.5148.43
Hex4BB0473903C1F762b30
Octal11326010771074371665360
Binary10010111011000010001111110010111100111111110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,176,71); }

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

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

 a { background-color: rgb(75,176,71); }

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

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

 span { border-color: rgb(75,176,71); }

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