#45997E

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

Shades of Gossamer #45997E

Tints of Gossamer #45997E

Color information

#45997E (or 0x45997E) is unknown color: approx Gossamer. HEX triplet: 45, 99 and 7E. RGB value is (69,153,126). Sum of RGB (Red+Green+Blue) = 69+153+126=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #45997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45997E is #BA6681. Grayscale: #7C7C7C. Windows color (decimal): -12215938 or 8296773. OLE color: 8296773.

HSL color Cylindrical-coordinate representation of color #45997E: hue angle of 160.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45997E is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB69153126-
CMYK0.5500.180.4
HSL160.71º37.84%43.53%-
HSV(B)160.71º54.9%60%-
XYZ17.6125.5523.74-
YUV124.81128.6788.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.83%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=19.83%
G=43.97%
B=36.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531260.5500.180.4160.7137.8443.53
Hex45997E3701228a1262c
Octal10523117667022502414654
Binary100010110011001111111011011101001010100010100001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45997E; }

 p { color: rgb(69,153,126); }

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

<style>
 a { background-color: #45997E; }

 a { background-color: rgb(69,153,126); }

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

<style>
 span { border-color: #45997E; }

 span { border-color: rgb(69,153,126); }

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