#36A385

Color #36A385 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #36A385

Tints of Gossamer #36A385

Color information

#36A385 (or 0x36A385) is unknown color: approx Gossamer. HEX triplet: 36, A3 and 85. RGB value is (54,163,133). Sum of RGB (Red+Green+Blue) = 54+163+133=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #36A385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A385 is #C95C7A. Grayscale: #7F7F7F. Windows color (decimal): -13196411 or 8758070. OLE color: 8758070.

HSL color Cylindrical-coordinate representation of color #36A385: hue angle of 163.49º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A385 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB54163133-
CMYK0.6700.180.36
HSL163.49º50.23%42.55%-
HSV(B)163.49º66.87%63.92%-
XYZ18.8528.6726.73-
YUV126.99131.3975.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.43%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 133 (52.34% from 255) = 38%
R=15.43%
G=46.57%
B=38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541631330.6700.180.36163.4950.2342.55
Hex36A3854301224a3322b
Octal66243205103022442436253
Binary1101101010001110000101100001101001010010010100011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36A385;
 }
 .AnyTagClassName
 {
   color: #36A385;
 }
</style>
background-color css

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

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

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

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

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

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