#459242

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

Shades of Fruit Salad #459242

Tints of Fruit Salad #459242

Color information

#459242 (or 0x459242) is unknown color: approx Fruit Salad. HEX triplet: 45, 92 and 42. RGB value is (69,146,66). Sum of RGB (Red+Green+Blue) = 69+146+66=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #459242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459242 is #BA6DBD. Grayscale: #727272. Windows color (decimal): -12217790 or 4362821. OLE color: 4362821.

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

Color convert

RGB6914666-
CMYK0.5300.550.43
HSL117.75º37.74%41.57%-
HSV(B)117.75º54.79%57.25%-
XYZ13.7222.228.72-
YUV113.86100.9996-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=24.56%
G=51.96%
B=23.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69146660.5300.550.43117.7537.7441.57
Hex459242350372B76262a
Octal10522210265067531664652
Binary100010110010010100001011010101101111010111110110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459242; }

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

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

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

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

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

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

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

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