#4BA747

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

Shades of Fruit Salad #4BA747

Tints of Fruit Salad #4BA747

Color information

#4BA747 (or 0x4BA747) is unknown color: approx Fruit Salad. HEX triplet: 4B, A7 and 47. RGB value is (75,167,71). Sum of RGB (Red+Green+Blue) = 75+167+71=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 167 (65.62% from 255 or 53.35% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA747 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA747 is #B458B8. Grayscale: #808080. Windows color (decimal): -11819193 or 4695883. OLE color: 4695883.

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

Color convert

RGB7516771-
CMYK0.5500.570.35
HSL117.5º40.34%46.67%-
HSV(B)117.5º57.49%65.49%-
XYZ17.8629.5910.73-
YUV128.5595.5289.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 167 (65.62% from 255) = 53.35%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=23.96%
G=53.35%
B=22.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75167710.5500.570.35117.540.3446.67
Hex4BA747370392376282f
Octal11324710767071431665057
Binary100101110100111100011111011101110011000111110110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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