Html Css Color HEX #369A76 Gossamer

📋 copy color: '#369A76'

red 54 ◦ green 154 ◦ blue 118

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

Shades of Gossamer #369A76

Tints of Gossamer #369A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.24%

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

R = 16.56%
G = 47.24%
B = 36.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#369A76 (or 0x369A76) is known color: Gossamer. HEX triplet: 36, 9A and 76. RGB value is (54,154,118). Sum of RGB (Red+Green+Blue) = 54+154+118=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #369A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A76 is #C96589. Grayscale: #787878. Windows color (decimal): -13198730 or 7772726. OLE color: 7772726.

HSL color Cylindrical-coordinate representation of color #369A76: hue angle of 158.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A76 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 118 -
CMYK 0.65 0 0.23 0.40
HSL 158.4º 0.48% 0.41% -
HSV(B) 158.4º 0.65% 0.6% -
XYZ 16.35 25.2 21.14 -
YUV 120 126.87 80.93 -
System Red Green Blue C M Y K H S L
Decimal 54 154 118 0.65 0 0.23 0.40 158.4 0.48 0.41
Hex 36 9A 76 41 0 17 28 9E 30 29
Octal 66 232 166 101 0 27 50 236 60 51
Binary 110110 10011010 1110110 1000001 0 10111 101000 10011110 110000 101001

Color Harmonies of #369A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A76

Black with #369A76

Text Example


Text Example

White with #369A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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