#369879

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

Shades of Gossamer #369879

Tints of Gossamer #369879

Color information

#369879 (or 0x369879) is unknown color: approx Gossamer. HEX triplet: 36, 98 and 79. RGB value is (54,152,121). Sum of RGB (Red+Green+Blue) = 54+152+121=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #369879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369879 is #C96786. Grayscale: #777777. Windows color (decimal): -13199239 or 7968822. OLE color: 7968822.

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

Color convert

RGB54152121-
CMYK0.6400.200.40
HSL161.02º47.57%40.39%-
HSV(B)161.02º64.47%59.61%-
XYZ16.224.6221.99-
YUV119.16129.0381.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=16.51%
G=46.48%
B=37.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541521210.6400.200.40161.0247.5740.39
Hex3698794001428a13028
Octal66230171100024502416050
Binary110110100110001111001100000001010010100010100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369879; }

 p { color: rgb(54,152,121); }

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

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

 a { background-color: rgb(54,152,121); }

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

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

 span { border-color: rgb(54,152,121); }

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