Html Css Color HEX #369D76 Gossamer

📋 copy color: '#369D76'

red 54 ◦ green 157 ◦ blue 118

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

Shades of Gossamer #369D76

Tints of Gossamer #369D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.72%

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

R = 16.41%
G = 47.72%
B = 35.87%

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

#369D76 (or 0x369D76) is known color: Gossamer. HEX triplet: 36, 9D and 76. RGB value is (54,157,118). Sum of RGB (Red+Green+Blue) = 54+157+118=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #369D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D76 is #C96289. Grayscale: #797979. Windows color (decimal): -13197962 or 7773494. OLE color: 7773494.

HSL color Cylindrical-coordinate representation of color #369D76: hue angle of 157.28º 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 #369D76 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 157 118 -
CMYK 0.66 0 0.25 0.38
HSL 157.28º 0.49% 0.41% -
HSV(B) 157.28º 0.66% 0.62% -
XYZ 16.85 26.21 21.31 -
YUV 121.76 125.88 79.67 -
System Red Green Blue C M Y K H S L
Decimal 54 157 118 0.66 0 0.25 0.38 157.28 0.49 0.41
Hex 36 9D 76 42 0 19 26 9D 31 29
Octal 66 235 166 102 0 31 46 235 61 51
Binary 110110 10011101 1110110 1000010 0 11001 100110 10011101 110001 101001

Color Harmonies of #369D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D76

Black with #369D76

Text Example


Text Example

White with #369D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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