#459C4F

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

Shades of Fruit Salad #459C4F

Tints of Fruit Salad #459C4F

Color information

#459C4F (or 0x459C4F) is unknown color: approx Fruit Salad. HEX triplet: 45, 9C and 4F. RGB value is (69,156,79). Sum of RGB (Red+Green+Blue) = 69+156+79=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #459C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C4F is #BA63B0. Grayscale: #797979. Windows color (decimal): -12215217 or 5217349. OLE color: 5217349.

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

Color convert

RGB6915679-
CMYK0.5600.490.39
HSL126.9º38.67%44.12%-
HSV(B)126.9º55.77%61.18%-
XYZ15.7525.6111.51-
YUV121.21104.1890.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 156 (61.33% from 255) = 51.32%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=22.70%
G=51.32%
B=25.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69156790.5600.490.39126.938.6744.12
Hex459C4F38031277f272c
Octal10523411770061471774754
Binary100010110011100100111111100001100011001111111111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,156,79); }

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

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

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

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

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

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

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