Html Css Color HEX #36997C Gossamer

📋 copy color: '#36997C'

red 54 ◦ green 153 ◦ blue 124

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

Shades of Gossamer #36997C

Tints of Gossamer #36997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 16.31%
G = 46.22%
B = 37.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#36997C (or 0x36997C) is known color: Gossamer. HEX triplet: 36, 99 and 7C. RGB value is (54,153,124). Sum of RGB (Red+Green+Blue) = 54+153+124=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #36997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36997C is #C96683. Grayscale: #787878. Windows color (decimal): -13198980 or 8165686. OLE color: 8165686.

HSL color Cylindrical-coordinate representation of color #36997C: hue angle of 162.42º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36997C is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 124 -
CMYK 0.65 0 0.19 0.4
HSL 162.42º 0.48% 0.41% -
HSV(B) 162.42º 0.65% 0.6% -
XYZ 16.55 25.02 23.03 -
YUV 120.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 54 153 124 0.65 0 0.19 0.4 162.42 0.48 0.41
Hex 36 99 7C 41 0 13 28 A2 30 29
Octal 66 231 174 101 0 23 50 242 60 51
Binary 110110 10011001 1111100 1000001 0 10011 101000 10100010 110000 101001

Color Harmonies of #36997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36997C

Black with #36997C

Text Example


Text Example

White with #36997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,153,124); }

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

background-color css

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

 a { background-color: rgb(54,153,124); }

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

border-color css

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

 span { border-color: rgb(54,153,124); }

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