Html Css Color HEX #369476 Gossamer

📋 copy color: '#369476'

red 54 ◦ green 148 ◦ blue 118

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

Shades of Gossamer #369476

Tints of Gossamer #369476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.25%

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

R = 16.88%
G = 46.25%
B = 36.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#369476 (or 0x369476) is known color: Gossamer. HEX triplet: 36, 94 and 76. RGB value is (54,148,118). Sum of RGB (Red+Green+Blue) = 54+148+118=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #369476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369476 is #C96B89. Grayscale: #747474. Windows color (decimal): -13200266 or 7771190. OLE color: 7771190.

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

Color convert

RGB 54 148 118 -
CMYK 0.64 0 0.20 0.42
HSL 160.85º 0.47% 0.4% -
HSV(B) 160.85º 0.64% 0.58% -
XYZ 15.38 23.27 20.82 -
YUV 116.47 128.86 83.44 -
System Red Green Blue C M Y K H S L
Decimal 54 148 118 0.64 0 0.20 0.42 160.85 0.47 0.4
Hex 36 94 76 40 0 14 2A A1 2F 28
Octal 66 224 166 100 0 24 52 241 57 50
Binary 110110 10010100 1110110 1000000 0 10100 101010 10100001 101111 101000

Color Harmonies of #369476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369476

Black with #369476

Text Example


Text Example

White with #369476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369476; }

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

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

background-color css

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

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

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

border-color css

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

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

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