#36A482

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

Shades of Gossamer #36A482

Tints of Gossamer #36A482

Color information

#36A482 (or 0x36A482) is unknown color: approx Gossamer. HEX triplet: 36, A4 and 82. RGB value is (54,164,130). Sum of RGB (Red+Green+Blue) = 54+164+130=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #36A482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A482 is #C95B7D. Grayscale: #7F7F7F. Windows color (decimal): -13196158 or 8561718. OLE color: 8561718.

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

Color convert

RGB54164130-
CMYK0.6700.210.36
HSL161.45º50.46%42.75%-
HSV(B)161.45º67.07%64.31%-
XYZ18.8328.9525.71-
YUV127.23129.5675.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.52%
GREEN value IS 164 (64.45% from 255) = 47.13%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=15.52%
G=47.13%
B=37.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541641300.6700.210.36161.4550.4642.75
Hex36A4824301524a1322b
Octal66244202103025442416253
Binary1101101010010010000010100001101010110010010100001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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