Html Css Color HEX #369386 Gossamer

📋 copy color: '#369386'

red 54 ◦ green 147 ◦ blue 134

#369386
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #369386

Tints of Gossamer #369386

RGB

 RED value IS 54 (21.48% from 255) = 16.12%

 GREEN value IS 147 (57.81% from 255) = 43.88%

 BLUE value IS 134 (52.73% from 255) = 40%

R = 16.12%
G = 43.88%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#369386 (or 0x369386) is known color: Gossamer. HEX triplet: 36, 93 and 86. RGB value is (54,147,134). Sum of RGB (Red+Green+Blue) = 54+147+134=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #369386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369386 is #C96C79. Grayscale: #757575. Windows color (decimal): -13200506 or 8819510. OLE color: 8819510.

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

Color convert

RGB 54 147 134 -
CMYK 0.63 0 0.09 0.42
HSL 171.61º 0.46% 0.39% -
HSV(B) 171.61º 0.63% 0.58% -
XYZ 16.26 23.37 26.21 -
YUV 117.71 137.19 82.56 -
System Red Green Blue C M Y K H S L
Decimal 54 147 134 0.63 0 0.09 0.42 171.61 0.46 0.39
Hex 36 93 86 3F 0 9 2A AC 2E 27
Octal 66 223 206 77 0 11 52 254 56 47
Binary 110110 10010011 10000110 111111 0 1001 101010 10101100 101110 100111

Color Harmonies of #369386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369386

Black with #369386

Text Example


Text Example

White with #369386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369386; }

 p { color: rgb(54,147,134); }

 H1.HeaderClassName
 {
   color: #369386;
 }
 .AnyTagClassName
 {
   color: #369386;
 }
</style>

background-color css

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

 a { background-color: rgb(54,147,134); }

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

border-color css

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

 span { border-color: rgb(54,147,134); }

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