Html Css Color HEX #36A185 Gossamer

📋 copy color: '#36A185'

red 54 ◦ green 161 ◦ blue 133

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

Shades of Gossamer #36A185

Tints of Gossamer #36A185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 15.52%
G = 46.26%
B = 38.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#36A185 (or 0x36A185) is known color: Gossamer. HEX triplet: 36, A1 and 85. RGB value is (54,161,133). Sum of RGB (Red+Green+Blue) = 54+161+133=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #36A185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A185 is #C95E7A. Grayscale: #7D7D7D. Windows color (decimal): -13196923 or 8757558. OLE color: 8757558.

HSL color Cylindrical-coordinate representation of color #36A185: hue angle of 164.3º 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 #36A185 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 161 133 -
CMYK 0.66 0 0.17 0.37
HSL 164.3º 0.5% 0.42% -
HSV(B) 164.3º 0.66% 0.63% -
XYZ 18.5 27.97 26.61 -
YUV 125.82 132.05 76.78 -
System Red Green Blue C M Y K H S L
Decimal 54 161 133 0.66 0 0.17 0.37 164.3 0.5 0.42
Hex 36 A1 85 42 0 11 25 A4 32 2A
Octal 66 241 205 102 0 21 45 244 62 52
Binary 110110 10100001 10000101 1000010 0 10001 100101 10100100 110010 101010

Color Harmonies of #36A185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A185

Black with #36A185

Text Example


Text Example

White with #36A185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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