#459E45

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

Shades of Fruit Salad #459E45

Tints of Fruit Salad #459E45

Color information

#459E45 (or 0x459E45) is unknown color: approx Fruit Salad. HEX triplet: 45, 9E and 45. RGB value is (69,158,69). Sum of RGB (Red+Green+Blue) = 69+158+69=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 158 (62.11% from 255 or 53.38% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 158 - color contains mainly: green. Hex color #459E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459E45 is #BA61BA. Grayscale: #797979. Windows color (decimal): -12214715 or 4562501. OLE color: 4562501.

HSL color Cylindrical-coordinate representation of color #459E45: hue angle of 120º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459E45 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB6915869-
CMYK0.5600.560.38
HSL120º39.21%44.51%-
HSV(B)120º56.33%61.96%-
XYZ15.7626.159.85-
YUV121.2498.5190.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 158 (62.11% from 255) = 53.38%
BLUE value IS 69 (27.34% from 255) = 23.31%
R=23.31%
G=53.38%
B=23.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69158690.5600.560.3812039.2144.51
Hex459E45380382678272d
Octal10523610570070461704755
Binary100010110011110100010111100001110001001101111000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,158,69); }

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

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

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

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

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

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

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