#36A67D

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

Shades of Gossamer #36A67D

Tints of Gossamer #36A67D

Color information

#36A67D (or 0x36A67D) is unknown color: approx Gossamer. HEX triplet: 36, A6 and 7D. RGB value is (54,166,125). Sum of RGB (Red+Green+Blue) = 54+166+125=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #36A67D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A67D is #C95982. Grayscale: #7F7F7F. Windows color (decimal): -13195651 or 8234550. OLE color: 8234550.

HSL color Cylindrical-coordinate representation of color #36A67D: hue angle of 158.04º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A67D is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB54166125-
CMYK0.6700.250.35
HSL158.04º50.91%43.14%-
HSV(B)158.04º67.47%65.1%-
XYZ18.8629.5424.11-
YUV127.84126.3975.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.65%
GREEN value IS 166 (65.23% from 255) = 48.12%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=15.65%
G=48.12%
B=36.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal541661250.6700.250.35158.0450.9143.14
Hex36A67D43019239e332b
Octal66246175103031432366353
Binary110110101001101111101100001101100110001110011110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,166,125); }

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

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

 a { background-color: rgb(54,166,125); }

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

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

 span { border-color: rgb(54,166,125); }

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