Html Css Color HEX #369778 Gossamer

📋 copy color: '#369778'

red 54 ◦ green 151 ◦ blue 120

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

Shades of Gossamer #369778

Tints of Gossamer #369778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.92%

R = 16.62%
G = 46.46%
B = 36.92%

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

#369778 (or 0x369778) is known color: Gossamer. HEX triplet: 36, 97 and 78. RGB value is (54,151,120). Sum of RGB (Red+Green+Blue) = 54+151+120=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #369778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369778 is #C96887. Grayscale: #767676. Windows color (decimal): -13199496 or 7903030. OLE color: 7903030.

HSL color Cylindrical-coordinate representation of color #369778: hue angle of 160.82º 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 #369778 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 151 120 -
CMYK 0.64 0 0.21 0.41
HSL 160.82º 0.47% 0.4% -
HSV(B) 160.82º 0.64% 0.59% -
XYZ 15.98 24.27 21.61 -
YUV 118.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 54 151 120 0.64 0 0.21 0.41 160.82 0.47 0.4
Hex 36 97 78 40 0 15 29 A1 2F 28
Octal 66 227 170 100 0 25 51 241 57 50
Binary 110110 10010111 1111000 1000000 0 10101 101001 10100001 101111 101000

Color Harmonies of #369778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369778

Black with #369778

Text Example


Text Example

White with #369778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369778; }

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

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

background-color css

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

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

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

border-color css

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

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

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