Html Css Color HEX #36958A Gossamer

📋 copy color: '#36958A'

red 54 ◦ green 149 ◦ blue 138

#36958A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #36958A

Tints of Gossamer #36958A

RGB

 RED value IS 54 (21.48% from 255) = 15.84%

 GREEN value IS 149 (58.59% from 255) = 43.7%

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 15.84%
G = 43.7%
B = 40.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#36958A (or 0x36958A) is known color: 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

RGB 54 149 138 -
CMYK 0.64 0 0.07 0.42
HSL 173.05º 0.47% 0.4% -
HSV(B) 173.05º 0.64% 0.58% -
XYZ 16.86 24.11 27.81 -
YUV 119.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 54 149 138 0.64 0 0.07 0.42 173.05 0.47 0.4
Hex 36 95 8A 40 0 7 2A AD 2F 28
Octal 66 225 212 100 0 7 52 255 57 50
Binary 110110 10010101 10001010 1000000 0 111 101010 10101101 101111 101000

Color Harmonies of #36958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36958A

Black with #36958A

Text Example


Text Example

White with #36958A

Text Example


Text Example

HTML Codes & Css Web 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>