#469F4D

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

Shades of Fruit Salad #469F4D

Tints of Fruit Salad #469F4D

Color information

#469F4D (or 0x469F4D) is unknown color: approx Fruit Salad. HEX triplet: 46, 9F and 4D. RGB value is (70,159,77). Sum of RGB (Red+Green+Blue) = 70+159+77=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #469F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469F4D is #B960B2. Grayscale: #7B7B7B. Windows color (decimal): -12148915 or 5087046. OLE color: 5087046.

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

Color convert

RGB7015977-
CMYK0.5600.520.38
HSL124.72º38.86%44.9%-
HSV(B)124.72º55.97%62.35%-
XYZ16.2626.6311.3-
YUV123.04102.0190.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 159 (62.5% from 255) = 51.96%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=22.88%
G=51.96%
B=25.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70159770.5600.520.38124.7238.8644.9
Hex469F4D38034267d272d
Octal10623711570064461754755
Binary100011010011111100110111100001101001001101111101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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