#46AC4F

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

Shades of Fruit Salad #46AC4F

Tints of Fruit Salad #46AC4F

Color information

#46AC4F (or 0x46AC4F) is unknown color: approx Fruit Salad. HEX triplet: 46, AC and 4F. RGB value is (70,172,79). Sum of RGB (Red+Green+Blue) = 70+172+79=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AC4F is #B953B0. Grayscale: #838383. Windows color (decimal): -12145585 or 5221446. OLE color: 5221446.

HSL color Cylindrical-coordinate representation of color #46AC4F: hue angle of 125.29º 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 #46AC4F is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB7017279-
CMYK0.5900.540.33
HSL125.29º42.15%47.45%-
HSV(B)125.29º59.3%67.45%-
XYZ18.6931.3712.47-
YUV130.998.7184.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 172 (67.58% from 255) = 53.58%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=21.81%
G=53.58%
B=24.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70172790.5900.540.33125.2942.1547.45
Hex46AC4F3B036217d2a2f
Octal10625411773066411755257
Binary100011010101100100111111101101101101000011111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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