Html Css Color HEX #369E76 Gossamer

📋 copy color: '#369E76'

red 54 ◦ green 158 ◦ blue 118

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

Shades of Gossamer #369E76

Tints of Gossamer #369E76

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.88%

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 16.36%
G = 47.88%
B = 35.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#369E76 (or 0x369E76) is known color: Gossamer. HEX triplet: 36, 9E and 76. RGB value is (54,158,118). Sum of RGB (Red+Green+Blue) = 54+158+118=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #369E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E76 is #C96189. Grayscale: #7A7A7A. Windows color (decimal): -13197706 or 7773750. OLE color: 7773750.

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

Color convert

RGB 54 158 118 -
CMYK 0.66 0 0.25 0.38
HSL 156.92º 0.49% 0.42% -
HSV(B) 156.92º 0.66% 0.62% -
XYZ 17.02 26.55 21.37 -
YUV 122.34 125.54 79.25 -
System Red Green Blue C M Y K H S L
Decimal 54 158 118 0.66 0 0.25 0.38 156.92 0.49 0.42
Hex 36 9E 76 42 0 19 26 9D 31 2A
Octal 66 236 166 102 0 31 46 235 61 52
Binary 110110 10011110 1110110 1000010 0 11001 100110 10011101 110001 101010

Color Harmonies of #369E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E76

Black with #369E76

Text Example


Text Example

White with #369E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,158,118); }

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

background-color css

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

 a { background-color: rgb(54,158,118); }

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

border-color css

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

 span { border-color: rgb(54,158,118); }

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