#459E40

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

Shades of Fruit Salad #459E40

Tints of Fruit Salad #459E40

Color information

#459E40 (or 0x459E40) is unknown color: approx Fruit Salad. HEX triplet: 45, 9E and 40. RGB value is (69,158,64). Sum of RGB (Red+Green+Blue) = 69+158+64=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #459E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459E40 is #BA61BF. Grayscale: #787878. Windows color (decimal): -12214720 or 4234821. OLE color: 4234821.

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

Color convert

RGB6915864-
CMYK0.5600.590.38
HSL116.81º42.34%43.53%-
HSV(B)116.81º59.49%61.96%-
XYZ15.6126.099.06-
YUV120.6796.0191.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 158 (62.11% from 255) = 54.30%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=23.71%
G=54.30%
B=21.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69158640.5600.590.38116.8142.3443.53
Hex459E403803B26752a2c
Octal10523610070073461655254
Binary100010110011110100000011100001110111001101110101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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