#469350

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

Shades of Fruit Salad #469350

Tints of Fruit Salad #469350

Color information

#469350 (or 0x469350) is unknown color: approx Fruit Salad. HEX triplet: 46, 93 and 50. RGB value is (70,147,80). Sum of RGB (Red+Green+Blue) = 70+147+80=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #469350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469350 is #B96CAF. Grayscale: #747474. Windows color (decimal): -12151984 or 5280582. OLE color: 5280582.

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

Color convert

RGB7014780-
CMYK0.5200.460.42
HSL127.79º35.48%42.55%-
HSV(B)127.79º52.38%57.65%-
XYZ14.4122.7511.22-
YUV116.34107.4994.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=23.57%
G=49.49%
B=26.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70147800.5200.460.42127.7935.4842.55
Hex4693503402E2A80232b
Octal10622312064056522004353
Binary1000110100100111010000110100010111010101010000000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469350; }

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

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

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

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

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

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

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

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