#459C4C

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

Shades of Fruit Salad #459C4C

Tints of Fruit Salad #459C4C

Color information

#459C4C (or 0x459C4C) is unknown color: approx Fruit Salad. HEX triplet: 45, 9C and 4C. RGB value is (69,156,76). Sum of RGB (Red+Green+Blue) = 69+156+76=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #459C4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459C4C is #BA63B3. Grayscale: #797979. Windows color (decimal): -12215220 or 5020741. OLE color: 5020741.

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

Color convert

RGB6915676-
CMYK0.5600.510.39
HSL124.83º38.67%44.12%-
HSV(B)124.83º55.77%61.18%-
XYZ15.6525.5610.95-
YUV120.87102.6891-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 156 (61.33% from 255) = 51.83%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=22.92%
G=51.83%
B=25.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69156760.5600.510.39124.8338.6744.12
Hex459C4C38033277d272c
Octal10523411470063471754754
Binary100010110011100100110011100001100111001111111101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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