#46AC50

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

Shades of Fruit Salad #46AC50

Tints of Fruit Salad #46AC50

Color information

#46AC50 (or 0x46AC50) is unknown color: approx Fruit Salad. HEX triplet: 46, AC and 50. RGB value is (70,172,80). Sum of RGB (Red+Green+Blue) = 70+172+80=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AC50 is #B953AF. Grayscale: #838383. Windows color (decimal): -12145584 or 5286982. OLE color: 5286982.

HSL color Cylindrical-coordinate representation of color #46AC50: hue angle of 125.88º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AC50 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB7017280-
CMYK0.5900.530.33
HSL125.88º42.15%47.45%-
HSV(B)125.88º59.3%67.45%-
XYZ18.7331.3912.66-
YUV131.0199.2184.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 172 (67.58% from 255) = 53.42%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=21.74%
G=53.42%
B=24.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70172800.5900.530.33125.8842.1547.45
Hex46AC503B035217e2a2f
Octal10625412073065411765257
Binary100011010101100101000011101101101011000011111110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46AC50; }

 p { color: rgb(70,172,80); }

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

<style>
 a { background-color: #46AC50; }

 a { background-color: rgb(70,172,80); }

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

<style>
 span { border-color: #46AC50; }

 span { border-color: rgb(70,172,80); }

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