Html Css Color HEX #36A192 Gossamer

📋 copy color: '#36A192'

red 54 ◦ green 161 ◦ blue 146

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

Shades of Gossamer #36A192

Tints of Gossamer #36A192

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.6%

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 14.96%
G = 44.6%
B = 40.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#36A192 (or 0x36A192) is known color: Gossamer. HEX triplet: 36, A1 and 92. RGB value is (54,161,146). Sum of RGB (Red+Green+Blue) = 54+161+146=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #36A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A192 is #C95E6D. Grayscale: #7F7F7F. Windows color (decimal): -13196910 or 9609526. OLE color: 9609526.

HSL color Cylindrical-coordinate representation of color #36A192: hue angle of 171.59º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A192 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 161 146 -
CMYK 0.66 0 0.09 0.37
HSL 171.59º 0.5% 0.42% -
HSV(B) 171.59º 0.66% 0.63% -
XYZ 19.45 28.35 31.64 -
YUV 127.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 54 161 146 0.66 0 0.09 0.37 171.59 0.5 0.42
Hex 36 A1 92 42 0 9 25 AC 32 2A
Octal 66 241 222 102 0 11 45 254 62 52
Binary 110110 10100001 10010010 1000010 0 1001 100101 10101100 110010 101010

Color Harmonies of #36A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A192

Black with #36A192

Text Example


Text Example

White with #36A192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36A192; }

 p { color: rgb(54,161,146); }

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

background-color css

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

 a { background-color: rgb(54,161,146); }

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

border-color css

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

 span { border-color: rgb(54,161,146); }

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