#369577

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

Shades of Gossamer #369577

Tints of Gossamer #369577

Color information

#369577 (or 0x369577) is unknown color: approx Gossamer. HEX triplet: 36, 95 and 77. RGB value is (54,149,119). Sum of RGB (Red+Green+Blue) = 54+149+119=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #369577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369577 is #C96A88. Grayscale: #757575. Windows color (decimal): -13200009 or 7836982. OLE color: 7836982.

HSL color Cylindrical-coordinate representation of color #369577: hue angle of 161.05º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369577 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB54149119-
CMYK0.6400.200.42
HSL161.05º46.8%39.8%-
HSV(B)161.05º63.76%58.43%-
XYZ15.623.6121.19-
YUV117.18129.0382.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=16.77%
G=46.27%
B=36.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541491190.6400.200.42161.0546.839.8
Hex369577400142Aa12f28
Octal66225167100024522415750
Binary110110100101011110111100000001010010101010100001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369577; }

 p { color: rgb(54,149,119); }

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

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

 a { background-color: rgb(54,149,119); }

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

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

 span { border-color: rgb(54,149,119); }

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