#469E47

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

Shades of Fruit Salad #469E47

Tints of Fruit Salad #469E47

Color information

#469E47 (or 0x469E47) is unknown color: approx Fruit Salad. HEX triplet: 46, 9E and 47. RGB value is (70,158,71). Sum of RGB (Red+Green+Blue) = 70+158+71=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #469E47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469E47 is #B961B8. Grayscale: #7A7A7A. Windows color (decimal): -12149177 or 4693574. OLE color: 4693574.

HSL color Cylindrical-coordinate representation of color #469E47: hue angle of 120.68º 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 #469E47 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB7015871-
CMYK0.5600.550.38
HSL120.68º38.6%44.71%-
HSV(B)120.68º55.7%61.96%-
XYZ15.8926.2110.18-
YUV121.7799.3591.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 158 (62.11% from 255) = 52.84%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=23.41%
G=52.84%
B=23.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70158710.5600.550.38120.6838.644.71
Hex469E47380372679272d
Octal10623610770067461714755
Binary100011010011110100011111100001101111001101111001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,158,71); }

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

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

 a { background-color: rgb(70,158,71); }

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

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

 span { border-color: rgb(70,158,71); }

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