#469247

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

Shades of Fruit Salad #469247

Tints of Fruit Salad #469247

Color information

#469247 (or 0x469247) is unknown color: approx Fruit Salad. HEX triplet: 46, 92 and 47. RGB value is (70,146,71). Sum of RGB (Red+Green+Blue) = 70+146+71=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #469247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469247 is #B96DB8. Grayscale: #727272. Windows color (decimal): -12152249 or 4690502. OLE color: 4690502.

HSL color Cylindrical-coordinate representation of color #469247: hue angle of 120.79º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469247 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB7014671-
CMYK0.5200.510.43
HSL120.79º35.19%42.35%-
HSV(B)120.79º52.05%57.25%-
XYZ13.9422.319.53-
YUV114.73103.3296.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=24.39%
G=50.87%
B=24.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70146710.5200.510.43120.7935.1942.35
Hex469247340332B79232a
Octal10622210764063531714352
Binary100011010010010100011111010001100111010111111001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469247; }

 p { color: rgb(70,146,71); }

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

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

 a { background-color: rgb(70,146,71); }

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

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

 span { border-color: rgb(70,146,71); }

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