#469A3C

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

Shades of Fruit Salad #469A3C

Tints of Fruit Salad #469A3C

Color information

#469A3C (or 0x469A3C) is unknown color: approx Fruit Salad. HEX triplet: 46, 9A and 3C. RGB value is (70,154,60). Sum of RGB (Red+Green+Blue) = 70+154+60=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #469A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469A3C is #B965C3. Grayscale: #767676. Windows color (decimal): -12150212 or 3971654. OLE color: 3971654.

HSL color Cylindrical-coordinate representation of color #469A3C: hue angle of 113.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #469A3C is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB7015460-
CMYK0.5500.610.40
HSL113.62º43.93%41.96%-
HSV(B)113.62º61.04%60.39%-
XYZ14.924.748.27-
YUV118.1795.1793.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 154 (60.55% from 255) = 54.23%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=24.65%
G=54.23%
B=21.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70154600.5500.610.40113.6243.9341.96
Hex469A3C3703D28722c2a
Octal1062327467075501625452
Binary10001101001101011110011011101111011010001110010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469A3C; }

 p { color: rgb(70,154,60); }

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

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

 a { background-color: rgb(70,154,60); }

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

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

 span { border-color: rgb(70,154,60); }

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