#459D7F

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

Shades of Gossamer #459D7F

Tints of Gossamer #459D7F

Color information

#459D7F (or 0x459D7F) is unknown color: approx Gossamer. HEX triplet: 45, 9D and 7F. RGB value is (69,157,127). Sum of RGB (Red+Green+Blue) = 69+157+127=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #459D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D7F is #BA6280. Grayscale: #7F7F7F. Windows color (decimal): -12214913 or 8363333. OLE color: 8363333.

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

Color convert

RGB69157127-
CMYK0.5600.190.38
HSL159.55º38.94%44.31%-
HSV(B)159.55º56.05%61.57%-
XYZ18.3426.9124.31-
YUV127.27127.8586.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.55%
GREEN value IS 157 (61.72% from 255) = 44.48%
BLUE value IS 127 (50% from 255) = 35.98%
R=19.55%
G=44.48%
B=35.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691571270.5600.190.38159.5538.9444.31
Hex459D7F3801326a0272c
Octal10523517770023462404754
Binary100010110011101111111111100001001110011010100000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,157,127); }

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

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

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

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

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

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

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