#459C4A

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

Shades of Fruit Salad #459C4A

Tints of Fruit Salad #459C4A

Color information

#459C4A (or 0x459C4A) is unknown color: approx Fruit Salad. HEX triplet: 45, 9C and 4A. RGB value is (69,156,74). Sum of RGB (Red+Green+Blue) = 69+156+74=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #459C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459C4A is #BA63B5. Grayscale: #787878. Windows color (decimal): -12215222 or 4889669. OLE color: 4889669.

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

Color convert

RGB6915674-
CMYK0.5600.530.39
HSL123.45º38.67%44.12%-
HSV(B)123.45º55.77%61.18%-
XYZ15.5825.5410.59-
YUV120.64101.6891.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 156 (61.33% from 255) = 52.17%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=23.08%
G=52.17%
B=24.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69156740.5600.530.39123.4538.6744.12
Hex459C4A38035277b272c
Octal10523411270065471734754
Binary100010110011100100101011100001101011001111111011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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