Html Css Color HEX #36978C Gossamer

📋 copy color: '#36978C'

red 54 ◦ green 151 ◦ blue 140

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

Shades of Gossamer #36978C

Tints of Gossamer #36978C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 15.65%
G = 43.77%
B = 40.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#36978C (or 0x36978C) is known color: Gossamer. HEX triplet: 36, 97 and 8C. RGB value is (54,151,140). Sum of RGB (Red+Green+Blue) = 54+151+140=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #36978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36978C is #C96873. Grayscale: #787878. Windows color (decimal): -13199476 or 9213750. OLE color: 9213750.

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

Color convert

RGB 54 151 140 -
CMYK 0.64 0 0.07 0.41
HSL 173.2º 0.47% 0.4% -
HSV(B) 173.2º 0.64% 0.59% -
XYZ 17.32 24.81 28.69 -
YUV 120.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 54 151 140 0.64 0 0.07 0.41 173.2 0.47 0.4
Hex 36 97 8C 40 0 7 29 AD 2F 28
Octal 66 227 214 100 0 7 51 255 57 50
Binary 110110 10010111 10001100 1000000 0 111 101001 10101101 101111 101000

Color Harmonies of #36978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36978C

Black with #36978C

Text Example


Text Example

White with #36978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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