#45997D

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

Shades of Gossamer #45997D

Tints of Gossamer #45997D

Color information

#45997D (or 0x45997D) is unknown color: approx Gossamer. HEX triplet: 45, 99 and 7D. RGB value is (69,153,125). Sum of RGB (Red+Green+Blue) = 69+153+125=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #45997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45997D is #BA6682. Grayscale: #7C7C7C. Windows color (decimal): -12215939 or 8231237. OLE color: 8231237.

HSL color Cylindrical-coordinate representation of color #45997D: hue angle of 160º 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 #45997D is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB69153125-
CMYK0.5500.180.4
HSL160º37.84%43.53%-
HSV(B)160º54.9%60%-
XYZ17.5525.5323.4-
YUV124.69128.1788.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=19.88%
G=44.09%
B=36.02%

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
Decimal691531250.5500.180.416037.8443.53
Hex45997D3701228a0262c
Octal10523117567022502404654
Binary100010110011001111110111011101001010100010100000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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