#469C50

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

Shades of Fruit Salad #469C50

Tints of Fruit Salad #469C50

Color information

#469C50 (or 0x469C50) is unknown color: approx Fruit Salad. HEX triplet: 46, 9C and 50. RGB value is (70,156,80). Sum of RGB (Red+Green+Blue) = 70+156+80=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #469C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C50 is #B963AF. Grayscale: #797979. Windows color (decimal): -12149680 or 5282886. OLE color: 5282886.

HSL color Cylindrical-coordinate representation of color #469C50: hue angle of 126.98º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C50 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB7015680-
CMYK0.5500.490.39
HSL126.98º38.05%44.31%-
HSV(B)126.98º55.13%61.18%-
XYZ15.8625.6611.71-
YUV121.62104.5191.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 156 (61.33% from 255) = 50.98%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=22.88%
G=50.98%
B=26.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70156800.5500.490.39126.9838.0544.31
Hex469C5037031277f262c
Octal10623412067061471774654
Binary100011010011100101000011011101100011001111111111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,156,80); }

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

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

 a { background-color: rgb(70,156,80); }

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

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

 span { border-color: rgb(70,156,80); }

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