#469751

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

Shades of Fruit Salad #469751

Tints of Fruit Salad #469751

Color information

#469751 (or 0x469751) is unknown color: approx Fruit Salad. HEX triplet: 46, 97 and 51. RGB value is (70,151,81). Sum of RGB (Red+Green+Blue) = 70+151+81=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #469751 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469751 is #B968AE. Grayscale: #767676. Windows color (decimal): -12150959 or 5347142. OLE color: 5347142.

HSL color Cylindrical-coordinate representation of color #469751: hue angle of 128.15º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469751 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB7015181-
CMYK0.5400.460.41
HSL128.15º36.65%43.33%-
HSV(B)128.15º53.64%59.22%-
XYZ15.0824.0311.63-
YUV118.8106.6693.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 81 (32.03% from 255) = 26.82%
R=23.18%
G=50%
B=26.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70151810.5400.460.41128.1536.6543.33
Hex4697513602E2980252b
Octal10622712166056512004553
Binary1000110100101111010001110110010111010100110000000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469751; }

 p { color: rgb(70,151,81); }

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

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

 a { background-color: rgb(70,151,81); }

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

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

 span { border-color: rgb(70,151,81); }

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