#469840

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

Shades of Fruit Salad #469840

Tints of Fruit Salad #469840

Color information

#469840 (or 0x469840) is unknown color: approx Fruit Salad. HEX triplet: 46, 98 and 40. RGB value is (70,152,64). Sum of RGB (Red+Green+Blue) = 70+152+64=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #469840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469840 is #B967BF. Grayscale: #757575. Windows color (decimal): -12150720 or 4233286. OLE color: 4233286.

HSL color Cylindrical-coordinate representation of color #469840: hue angle of 115.91º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #469840 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB7015264-
CMYK0.5400.580.40
HSL115.91º40.74%42.35%-
HSV(B)115.91º57.89%59.61%-
XYZ14.6824.138.73-
YUV117.4597.8394.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 152 (59.77% from 255) = 53.15%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=24.48%
G=53.15%
B=22.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152640.5400.580.40115.9140.7442.35
Hex4698403603A2874292a
Octal10623010066072501645152
Binary100011010011000100000011011001110101010001110100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469840; }

 p { color: rgb(70,152,64); }

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

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

 a { background-color: rgb(70,152,64); }

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

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

 span { border-color: rgb(70,152,64); }

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