#459342

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

Shades of Fruit Salad #459342

Tints of Fruit Salad #459342

Color information

#459342 (or 0x459342) is unknown color: approx Fruit Salad. HEX triplet: 45, 93 and 42. RGB value is (69,147,66). Sum of RGB (Red+Green+Blue) = 69+147+66=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #459342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459342 is #BA6CBD. Grayscale: #727272. Windows color (decimal): -12217534 or 4363077. OLE color: 4363077.

HSL color Cylindrical-coordinate representation of color #459342: hue angle of 117.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459342 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB6914766-
CMYK0.5300.550.42
HSL117.78º38.03%41.76%-
HSV(B)117.78º55.1%57.65%-
XYZ13.8722.538.77-
YUV114.44100.6695.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 147 (57.81% from 255) = 52.13%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=24.47%
G=52.13%
B=23.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69147660.5300.550.42117.7838.0341.76
Hex459342350372A76262a
Octal10522310265067521664652
Binary100010110010011100001011010101101111010101110110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459342; }

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

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

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

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

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

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

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

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