#46B14A

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

Shades of Fruit Salad #46B14A

Tints of Fruit Salad #46B14A

Color information

#46B14A (or 0x46B14A) is unknown color: approx Fruit Salad. HEX triplet: 46, B1 and 4A. RGB value is (70,177,74). Sum of RGB (Red+Green+Blue) = 70+177+74=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #46B14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46B14A is #B94EB5. Grayscale: #858585. Windows color (decimal): -12144310 or 4895046. OLE color: 4895046.

HSL color Cylindrical-coordinate representation of color #46B14A: hue angle of 122.24º 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 #46B14A is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB7017774-
CMYK0.6000.580.31
HSL122.24º43.32%48.43%-
HSV(B)122.24º60.45%69.41%-
XYZ19.4833.2411.87-
YUV133.2794.5582.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 177 (69.53% from 255) = 55.14%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=21.81%
G=55.14%
B=23.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70177740.6000.580.31122.2443.3248.43
Hex46B14A3C03A1F7a2b30
Octal10626111274072371725360
Binary10001101011000110010101111000111010111111111010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,177,74); }

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

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

 a { background-color: rgb(70,177,74); }

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

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

 span { border-color: rgb(70,177,74); }

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