#469E53

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

Shades of Fruit Salad #469E53

Tints of Fruit Salad #469E53

Color information

#469E53 (or 0x469E53) is unknown color: approx Fruit Salad. HEX triplet: 46, 9E and 53. RGB value is (70,158,83). Sum of RGB (Red+Green+Blue) = 70+158+83=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 158 (62.11% from 255 or 50.80% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 158 - color contains mainly: green. Hex color #469E53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E53 is #B961AC. Grayscale: #7B7B7B. Windows color (decimal): -12149165 or 5480006. OLE color: 5480006.

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

Color convert

RGB7015883-
CMYK0.5600.470.38
HSL128.86º38.6%44.71%-
HSV(B)128.86º55.7%61.96%-
XYZ16.3126.3812.42-
YUV123.14105.3590.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 158 (62.11% from 255) = 50.80%
BLUE value IS 83 (32.81% from 255) = 26.69%
R=22.51%
G=50.80%
B=26.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70158830.5600.470.38128.8638.644.71
Hex469E533802F2681272d
Octal10623612370057462014755
Binary1000110100111101010011111000010111110011010000001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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