#45997C

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

Shades of Gossamer #45997C

Tints of Gossamer #45997C

Color information

#45997C (or 0x45997C) is unknown color: approx Gossamer. HEX triplet: 45, 99 and 7C. RGB value is (69,153,124). Sum of RGB (Red+Green+Blue) = 69+153+124=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #45997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45997C is #BA6683. Grayscale: #7C7C7C. Windows color (decimal): -12215940 or 8165701. OLE color: 8165701.

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

Color convert

RGB69153124-
CMYK0.5500.190.4
HSL159.29º37.84%43.53%-
HSV(B)159.29º54.9%60%-
XYZ17.4825.523.07-
YUV124.58127.6788.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 153 (60.16% from 255) = 44.22%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=19.94%
G=44.22%
B=35.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531240.5500.190.4159.2937.8443.53
Hex45997C37013289f262c
Octal10523117467023502374654
Binary100010110011001111110011011101001110100010011111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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