#36958A

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

Shades of Gossamer #36958A

Tints of Gossamer #36958A

Color information

#36958A (or 0x36958A) is unknown color: approx Gossamer. HEX triplet: 36, 95 and 8A. RGB value is (54,149,138). Sum of RGB (Red+Green+Blue) = 54+149+138=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #36958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36958A is #C96A75. Grayscale: #777777. Windows color (decimal): -13199990 or 9082166. OLE color: 9082166.

HSL color Cylindrical-coordinate representation of color #36958A: hue angle of 173.05º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36958A is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB54149138-
CMYK0.6400.070.42
HSL173.05º46.8%39.8%-
HSV(B)173.05º63.76%58.43%-
XYZ16.8624.1127.81-
YUV119.34138.5381.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=15.84%
G=43.70%
B=40.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541491380.6400.070.42173.0546.839.8
Hex36958A40072Aad2f28
Octal6622521210007522555750
Binary11011010010101100010101000000011110101010101101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36958A; }

 p { color: rgb(54,149,138); }

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

<style>
 a { background-color: #36958A; }

 a { background-color: rgb(54,149,138); }

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

<style>
 span { border-color: #36958A; }

 span { border-color: rgb(54,149,138); }

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