Html Css Color HEX #369777 Gossamer

📋 copy color: '#369777'

red 54 ◦ green 151 ◦ blue 119

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

Shades of Gossamer #369777

Tints of Gossamer #369777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.6%

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

R = 16.67%
G = 46.6%
B = 36.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#369777 (or 0x369777) is known color: Gossamer. HEX triplet: 36, 97 and 77. RGB value is (54,151,119). Sum of RGB (Red+Green+Blue) = 54+151+119=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #369777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369777 is #C96888. Grayscale: #767676. Windows color (decimal): -13199497 or 7837494. OLE color: 7837494.

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

Color convert

RGB 54 151 119 -
CMYK 0.64 0 0.21 0.41
HSL 160.21º 0.47% 0.4% -
HSV(B) 160.21º 0.64% 0.59% -
XYZ 15.92 24.25 21.29 -
YUV 118.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 54 151 119 0.64 0 0.21 0.41 160.21 0.47 0.4
Hex 36 97 77 40 0 15 29 A0 2F 28
Octal 66 227 167 100 0 25 51 240 57 50
Binary 110110 10010111 1110111 1000000 0 10101 101001 10100000 101111 101000

Color Harmonies of #369777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369777

Black with #369777

Text Example


Text Example

White with #369777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369777; }

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

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

background-color css

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

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

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

border-color css

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

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

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