#369D84

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

Shades of Gossamer #369D84

Tints of Gossamer #369D84

Color information

#369D84 (or 0x369D84) is unknown color: approx Gossamer. HEX triplet: 36, 9D and 84. RGB value is (54,157,132). Sum of RGB (Red+Green+Blue) = 54+157+132=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #369D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D84 is #C9627B. Grayscale: #7B7B7B. Windows color (decimal): -13197948 or 8690998. OLE color: 8690998.

HSL color Cylindrical-coordinate representation of color #369D84: hue angle of 165.44º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D84 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB54157132-
CMYK0.6600.160.38
HSL165.44º48.82%41.37%-
HSV(B)165.44º65.61%61.57%-
XYZ17.7426.5626.02-
YUV123.35132.8878.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=15.74%
G=45.77%
B=38.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541571320.6600.160.38165.4448.8241.37
Hex369D844201026a53129
Octal66235204102020462456151
Binary1101101001110110000100100001001000010011010100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369D84; }

 p { color: rgb(54,157,132); }

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

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

 a { background-color: rgb(54,157,132); }

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

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

 span { border-color: rgb(54,157,132); }

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