#36A382

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

Shades of Gossamer #36A382

Tints of Gossamer #36A382

Color information

#36A382 (or 0x36A382) is unknown color: approx Gossamer. HEX triplet: 36, A3 and 82. RGB value is (54,163,130). Sum of RGB (Red+Green+Blue) = 54+163+130=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #36A382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A382 is #C95C7D. Grayscale: #7E7E7E. Windows color (decimal): -13196414 or 8561462. OLE color: 8561462.

HSL color Cylindrical-coordinate representation of color #36A382: hue angle of 161.83º 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 #36A382 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB54163130-
CMYK0.6700.200.36
HSL161.83º50.23%42.55%-
HSV(B)161.83º66.87%63.92%-
XYZ18.6528.5925.65-
YUV126.65129.8976.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.56%
GREEN value IS 163 (64.06% from 255) = 46.97%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=15.56%
G=46.97%
B=37.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541631300.6700.200.36161.8350.2342.55
Hex36A3824301424a2322b
Octal66243202103024442426253
Binary1101101010001110000010100001101010010010010100010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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