#469F42

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

Shades of Fruit Salad #469F42

Tints of Fruit Salad #469F42

Color information

#469F42 (or 0x469F42) is unknown color: approx Fruit Salad. HEX triplet: 46, 9F and 42. RGB value is (70,159,66). Sum of RGB (Red+Green+Blue) = 70+159+66=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #469F42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469F42 is #B960BD. Grayscale: #7A7A7A. Windows color (decimal): -12148926 or 4366150. OLE color: 4366150.

HSL color Cylindrical-coordinate representation of color #469F42: hue angle of 117.42º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #469F42 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB7015966-
CMYK0.5600.580.38
HSL117.42º41.33%44.12%-
HSV(B)117.42º58.49%62.35%-
XYZ15.9126.499.43-
YUV121.7996.5191.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 159 (62.5% from 255) = 53.90%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=23.73%
G=53.90%
B=22.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70159660.5600.580.38117.4241.3344.12
Hex469F423803A2675292c
Octal10623710270072461655154
Binary100011010011111100001011100001110101001101110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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