#459F7F

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

Shades of Gossamer #459F7F

Tints of Gossamer #459F7F

Color information

#459F7F (or 0x459F7F) is unknown color: approx Gossamer. HEX triplet: 45, 9F and 7F. RGB value is (69,159,127). Sum of RGB (Red+Green+Blue) = 69+159+127=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 159 - color contains mainly: green. Hex color #459F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459F7F is #BA6080. Grayscale: #808080. Windows color (decimal): -12214401 or 8363845. OLE color: 8363845.

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

Color convert

RGB69159127-
CMYK0.5700.200.38
HSL158.67º39.47%44.71%-
HSV(B)158.67º56.6%62.35%-
XYZ18.6827.5924.42-
YUV128.44127.1885.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 159 (62.5% from 255) = 44.79%
BLUE value IS 127 (50% from 255) = 35.77%
R=19.44%
G=44.79%
B=35.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691591270.5700.200.38158.6739.4744.71
Hex459F7F39014269f272d
Octal10523717771024462374755
Binary100010110011111111111111100101010010011010011111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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