#459C51

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

Shades of Fruit Salad #459C51

Tints of Fruit Salad #459C51

Color information

#459C51 (or 0x459C51) is unknown color: approx Fruit Salad. HEX triplet: 45, 9C and 51. RGB value is (69,156,81). Sum of RGB (Red+Green+Blue) = 69+156+81=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #459C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C51 is #BA63AE. Grayscale: #797979. Windows color (decimal): -12215215 or 5348421. OLE color: 5348421.

HSL color Cylindrical-coordinate representation of color #459C51: hue angle of 128.28º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C51 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB6915681-
CMYK0.5600.480.39
HSL128.28º38.67%44.12%-
HSV(B)128.28º55.77%61.18%-
XYZ15.8325.6411.9-
YUV121.44105.1890.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 156 (61.33% from 255) = 50.98%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=22.55%
G=50.98%
B=26.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69156810.5600.480.39128.2838.6744.12
Hex459C51380302780272c
Octal10523412170060472004754
Binary1000101100111001010001111000011000010011110000000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,156,81); }

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

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

 a { background-color: rgb(69,156,81); }

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

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

 span { border-color: rgb(69,156,81); }

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