#46954E

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

Shades of Fruit Salad #46954E

Tints of Fruit Salad #46954E

Color information

#46954E (or 0x46954E) is unknown color: approx Fruit Salad. HEX triplet: 46, 95 and 4E. RGB value is (70,149,78). Sum of RGB (Red+Green+Blue) = 70+149+78=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #46954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46954E is #B96AB1. Grayscale: #757575. Windows color (decimal): -12151474 or 5150022. OLE color: 5150022.

HSL color Cylindrical-coordinate representation of color #46954E: hue angle of 126.08º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46954E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB7014978-
CMYK0.5300.480.42
HSL126.08º36.07%42.94%-
HSV(B)126.08º53.02%58.43%-
XYZ14.6523.3510.94-
YUV117.28105.8394.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=23.57%
G=50.17%
B=26.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149780.5300.480.42126.0836.0742.94
Hex46954E350302A7e242b
Octal10622511665060521764453
Binary100011010010101100111011010101100001010101111110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46954E; }

 p { color: rgb(70,149,78); }

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

<style>
 a { background-color: #46954E; }

 a { background-color: rgb(70,149,78); }

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

<style>
 span { border-color: #46954E; }

 span { border-color: rgb(70,149,78); }

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