#459842

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

Shades of Fruit Salad #459842

Tints of Fruit Salad #459842

Color information

#459842 (or 0x459842) is unknown color: approx Fruit Salad. HEX triplet: 45, 98 and 42. RGB value is (69,152,66). Sum of RGB (Red+Green+Blue) = 69+152+66=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #459842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459842 is #BA67BD. Grayscale: #757575. Windows color (decimal): -12216254 or 4364357. OLE color: 4364357.

HSL color Cylindrical-coordinate representation of color #459842: hue angle of 117.91º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #459842 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB6915266-
CMYK0.5500.570.40
HSL117.91º39.45%42.75%-
HSV(B)117.91º56.58%59.61%-
XYZ14.6724.129.04-
YUV117.389993.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=24.04%
G=52.96%
B=23.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69152660.5500.570.40117.9139.4542.75
Hex459842370392876272b
Octal10523010267071501664753
Binary100010110011000100001011011101110011010001110110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459842; }

 p { color: rgb(69,152,66); }

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

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

 a { background-color: rgb(69,152,66); }

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

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

 span { border-color: rgb(69,152,66); }

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