#45997B

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

Shades of Gossamer #45997B

Tints of Gossamer #45997B

Color information

#45997B (or 0x45997B) is unknown color: approx Gossamer. HEX triplet: 45, 99 and 7B. RGB value is (69,153,123). Sum of RGB (Red+Green+Blue) = 69+153+123=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #45997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45997B is #BA6684. Grayscale: #7C7C7C. Windows color (decimal): -12215941 or 8100165. OLE color: 8100165.

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

Color convert

RGB69153123-
CMYK0.5500.200.4
HSL158.57º37.84%43.53%-
HSV(B)158.57º54.9%60%-
XYZ17.4225.4822.74-
YUV124.46127.1788.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20%
GREEN value IS 153 (60.16% from 255) = 44.35%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=20%
G=44.35%
B=35.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531230.5500.200.4158.5737.8443.53
Hex45997B37014289f262c
Octal10523117367024502374654
Binary100010110011001111101111011101010010100010011111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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