#469747

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

Shades of Fruit Salad #469747

Tints of Fruit Salad #469747

Color information

#469747 (or 0x469747) is unknown color: approx Fruit Salad. HEX triplet: 46, 97 and 47. RGB value is (70,151,71). Sum of RGB (Red+Green+Blue) = 70+151+71=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #469747 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469747 is #B968B8. Grayscale: #757575. Windows color (decimal): -12150969 or 4691782. OLE color: 4691782.

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

Color convert

RGB7015171-
CMYK0.5400.530.41
HSL120.74º36.65%43.33%-
HSV(B)120.74º53.64%59.22%-
XYZ14.7323.899.8-
YUV117.66101.6694-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 151 (59.38% from 255) = 51.71%
BLUE value IS 71 (28.12% from 255) = 24.32%
R=23.97%
G=51.71%
B=24.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70151710.5400.530.41120.7436.6543.33
Hex469747360352979252b
Octal10622710766065511714553
Binary100011010010111100011111011001101011010011111001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469747; }

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

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

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

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

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

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

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

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