#459B50

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

Shades of Fruit Salad #459B50

Tints of Fruit Salad #459B50

Color information

#459B50 (or 0x459B50) is unknown color: approx Fruit Salad. HEX triplet: 45, 9B and 50. RGB value is (69,155,80). Sum of RGB (Red+Green+Blue) = 69+155+80=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #459B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B50 is #BA64AF. Grayscale: #787878. Windows color (decimal): -12215472 or 5282629. OLE color: 5282629.

HSL color Cylindrical-coordinate representation of color #459B50: hue angle of 127.67º 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 #459B50 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB6915580-
CMYK0.5500.480.39
HSL127.67º38.39%43.92%-
HSV(B)127.67º55.48%60.78%-
XYZ15.6225.2911.65-
YUV120.74105.0191.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 155 (60.94% from 255) = 50.99%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=22.70%
G=50.99%
B=26.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69155800.5500.480.39127.6738.3943.92
Hex459B50370302780262c
Octal10523312067060472004654
Binary1000101100110111010000110111011000010011110000000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459B50; }

 p { color: rgb(69,155,80); }

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

<style>
 a { background-color: #459B50; }

 a { background-color: rgb(69,155,80); }

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

<style>
 span { border-color: #459B50; }

 span { border-color: rgb(69,155,80); }

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