#459F3A

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

Shades of Fruit Salad #459F3A

Tints of Fruit Salad #459F3A

Color information

#459F3A (or 0x459F3A) is unknown color: approx Fruit Salad. HEX triplet: 45, 9F and 3A. RGB value is (69,159,58). Sum of RGB (Red+Green+Blue) = 69+159+58=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #459F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459F3A is #BA60C5. Grayscale: #787878. Windows color (decimal): -12214470 or 3841861. OLE color: 3841861.

HSL color Cylindrical-coordinate representation of color #459F3A: hue angle of 113.47º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #459F3A is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB6915958-
CMYK0.5700.640.38
HSL113.47º46.54%42.55%-
HSV(B)113.47º63.52%62.35%-
XYZ15.6226.378.27-
YUV120.5892.6891.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 159 (62.5% from 255) = 55.59%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=24.13%
G=55.59%
B=20.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69159580.5700.640.38113.4746.5442.55
Hex459F3A3904026712f2b
Octal10523772710100461615753
Binary100010110011111111010111001010000001001101110001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,159,58); }

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

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

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

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

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

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

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