Html Css Color HEX #369F77 Gossamer

📋 copy color: '#369F77'

red 54 ◦ green 159 ◦ blue 119

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

Shades of Gossamer #369F77

Tints of Gossamer #369F77

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.89%

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

R = 16.27%
G = 47.89%
B = 35.84%

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

#369F77 (or 0x369F77) is known color: Gossamer. HEX triplet: 36, 9F and 77. RGB value is (54,159,119). Sum of RGB (Red+Green+Blue) = 54+159+119=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #369F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F77 is #C96088. Grayscale: #7B7B7B. Windows color (decimal): -13197449 or 7839542. OLE color: 7839542.

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

Color convert

RGB 54 159 119 -
CMYK 0.66 0 0.25 0.38
HSL 157.14º 0.49% 0.42% -
HSV(B) 157.14º 0.66% 0.62% -
XYZ 17.25 26.91 21.74 -
YUV 123.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 54 159 119 0.66 0 0.25 0.38 157.14 0.49 0.42
Hex 36 9F 77 42 0 19 26 9D 31 2A
Octal 66 237 167 102 0 31 46 235 61 52
Binary 110110 10011111 1110111 1000010 0 11001 100110 10011101 110001 101010

Color Harmonies of #369F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369F77

Black with #369F77

Text Example


Text Example

White with #369F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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