#469642

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

Shades of Fruit Salad #469642

Tints of Fruit Salad #469642

Color information

#469642 (or 0x469642) is unknown color: approx Fruit Salad. HEX triplet: 46, 96 and 42. RGB value is (70,150,66). Sum of RGB (Red+Green+Blue) = 70+150+66=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #469642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469642 is #B969BD. Grayscale: #747474. Windows color (decimal): -12151230 or 4363846. OLE color: 4363846.

HSL color Cylindrical-coordinate representation of color #469642: hue angle of 117.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469642 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB7015066-
CMYK0.5300.560.41
HSL117.14º38.89%42.35%-
HSV(B)117.14º56%58.82%-
XYZ14.4223.518.93-
YUV116.599.594.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=24.48%
G=52.45%
B=23.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70150660.5300.560.41117.1438.8942.35
Hex469642350382975272a
Octal10622610265070511654752
Binary100011010010110100001011010101110001010011110101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469642; }

 p { color: rgb(70,150,66); }

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

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

 a { background-color: rgb(70,150,66); }

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

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

 span { border-color: rgb(70,150,66); }

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