#459B4C

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

Shades of Fruit Salad #459B4C

Tints of Fruit Salad #459B4C

Color information

#459B4C (or 0x459B4C) is unknown color: approx Fruit Salad. HEX triplet: 45, 9B and 4C. RGB value is (69,155,76). Sum of RGB (Red+Green+Blue) = 69+155+76=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #459B4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459B4C is #BA64B3. Grayscale: #787878. Windows color (decimal): -12215476 or 5020485. OLE color: 5020485.

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

Color convert

RGB6915576-
CMYK0.5500.510.39
HSL124.88º38.39%43.92%-
HSV(B)124.88º55.48%60.78%-
XYZ15.4825.2310.89-
YUV120.28103.0191.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 155 (60.94% from 255) = 51.67%
BLUE value IS 76 (30.08% from 255) = 25.33%
R=23%
G=51.67%
B=25.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69155760.5500.510.39124.8838.3943.92
Hex459B4C37033277d262c
Octal10523311467063471754654
Binary100010110011011100110011011101100111001111111101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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