#459040

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

Shades of Fruit Salad #459040

Tints of Fruit Salad #459040

Color information

#459040 (or 0x459040) is unknown color: approx Fruit Salad. HEX triplet: 45, 90 and 40. RGB value is (69,144,64). Sum of RGB (Red+Green+Blue) = 69+144+64=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #459040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459040 is #BA6FBF. Grayscale: #707070. Windows color (decimal): -12218304 or 4231237. OLE color: 4231237.

HSL color Cylindrical-coordinate representation of color #459040: hue angle of 116.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459040 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB6914464-
CMYK0.5200.560.44
HSL116.25º38.46%40.78%-
HSV(B)116.25º55.56%56.47%-
XYZ13.3521.588.31-
YUV112.46100.6597-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=24.91%
G=51.99%
B=23.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69144640.5200.560.44116.2538.4640.78
Hex459040340382C742629
Octal10522010064070541644651
Binary100010110010000100000011010001110001011001110100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459040; }

 p { color: rgb(69,144,64); }

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

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

 a { background-color: rgb(69,144,64); }

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

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

 span { border-color: rgb(69,144,64); }

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