#369180

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

Shades of Gossamer #369180

Tints of Gossamer #369180

Color information

#369180 (or 0x369180) is unknown color: approx Gossamer. HEX triplet: 36, 91 and 80. RGB value is (54,145,128). Sum of RGB (Red+Green+Blue) = 54+145+128=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #369180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369180 is #C96E7F. Grayscale: #737373. Windows color (decimal): -13201024 or 8425782. OLE color: 8425782.

HSL color Cylindrical-coordinate representation of color #369180: hue angle of 168.79º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369180 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB54145128-
CMYK0.6300.120.43
HSL168.79º45.73%39.02%-
HSV(B)168.79º62.76%56.86%-
XYZ15.5422.5923.96-
YUV115.85134.8583.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=16.51%
G=44.34%
B=39.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541451280.6300.120.43168.7945.7339.02
Hex3691803F0C2Ba92e27
Octal6622120077014532515647
Binary11011010010001100000001111110110010101110101001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369180; }

 p { color: rgb(54,145,128); }

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

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

 a { background-color: rgb(54,145,128); }

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

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

 span { border-color: rgb(54,145,128); }

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