#4BB446

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

Shades of Fruit Salad #4BB446

Tints of Fruit Salad #4BB446

Color information

#4BB446 (or 0x4BB446) is unknown color: approx Fruit Salad. HEX triplet: 4B, B4 and 46. RGB value is (75,180,70). Sum of RGB (Red+Green+Blue) = 75+180+70=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB446 is #B44BB9. Grayscale: #888888. Windows color (decimal): -11815866 or 4633675. OLE color: 4633675.

HSL color Cylindrical-coordinate representation of color #4BB446: hue angle of 117.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BB446 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB7518070-
CMYK0.5800.610.29
HSL117.27º44%49.02%-
HSV(B)117.27º61.11%70.59%-
XYZ20.3334.5811.4-
YUV136.0690.7184.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 180 (70.70% from 255) = 55.38%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=23.08%
G=55.38%
B=21.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75180700.5800.610.29117.274449.02
Hex4BB4463A03D1D752c31
Octal11326410672075351655461
Binary10010111011010010001101110100111101111011110101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,180,70); }

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

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

 a { background-color: rgb(75,180,70); }

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

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

 span { border-color: rgb(75,180,70); }

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