#469752

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

Shades of Fruit Salad #469752

Tints of Fruit Salad #469752

Color information

#469752 (or 0x469752) is unknown color: approx Fruit Salad. HEX triplet: 46, 97 and 52. RGB value is (70,151,82). Sum of RGB (Red+Green+Blue) = 70+151+82=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #469752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469752 is #B968AD. Grayscale: #777777. Windows color (decimal): -12150958 or 5412678. OLE color: 5412678.

HSL color Cylindrical-coordinate representation of color #469752: hue angle of 128.89º 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 #469752 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB7015182-
CMYK0.5400.460.41
HSL128.89º36.65%43.33%-
HSV(B)128.89º53.64%59.22%-
XYZ15.1224.0411.83-
YUV118.92107.1693.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 151 (59.38% from 255) = 49.83%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=23.10%
G=49.83%
B=27.06%

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
Decimal70151820.5400.460.41128.8936.6543.33
Hex4697523602E2981252b
Octal10622712266056512014553
Binary1000110100101111010010110110010111010100110000001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469752; }

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

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

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

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

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

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

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

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