Html Css Color HEX #369677 Gossamer

📋 copy color: '#369677'

red 54 ◦ green 150 ◦ blue 119

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

Shades of Gossamer #369677

Tints of Gossamer #369677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.44%

 BLUE value IS 119 (46.88% from 255) = 36.84%

R = 16.72%
G = 46.44%
B = 36.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#369677 (or 0x369677) is known color: Gossamer. HEX triplet: 36, 96 and 77. RGB value is (54,150,119). Sum of RGB (Red+Green+Blue) = 54+150+119=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #369677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369677 is #C96988. Grayscale: #757575. Windows color (decimal): -13199753 or 7837238. OLE color: 7837238.

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

Color convert

RGB 54 150 119 -
CMYK 0.64 0 0.21 0.41
HSL 160.63º 0.47% 0.4% -
HSV(B) 160.63º 0.64% 0.59% -
XYZ 15.76 23.93 21.24 -
YUV 117.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 54 150 119 0.64 0 0.21 0.41 160.63 0.47 0.4
Hex 36 96 77 40 0 15 29 A1 2F 28
Octal 66 226 167 100 0 25 51 241 57 50
Binary 110110 10010110 1110111 1000000 0 10101 101001 10100001 101111 101000

Color Harmonies of #369677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369677

Black with #369677

Text Example


Text Example

White with #369677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369677; }

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

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

background-color css

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

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

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

border-color css

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

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

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