Html Css Color HEX #36998A Gossamer

📋 copy color: '#36998A'

red 54 ◦ green 153 ◦ blue 138

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

Shades of Gossamer #36998A

Tints of Gossamer #36998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.35%

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

R = 15.65%
G = 44.35%
B = 40%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#36998A (or 0x36998A) is known color: Gossamer. HEX triplet: 36, 99 and 8A. RGB value is (54,153,138). Sum of RGB (Red+Green+Blue) = 54+153+138=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #36998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36998A is #C96675. Grayscale: #797979. Windows color (decimal): -13198966 or 9083190. OLE color: 9083190.

HSL color Cylindrical-coordinate representation of color #36998A: hue angle of 170.91º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36998A is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 138 -
CMYK 0.65 0 0.10 0.4
HSL 170.91º 0.48% 0.41% -
HSV(B) 170.91º 0.65% 0.6% -
XYZ 17.5 25.4 28.03 -
YUV 121.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 54 153 138 0.65 0 0.10 0.4 170.91 0.48 0.41
Hex 36 99 8A 41 0 A 28 AB 30 29
Octal 66 231 212 101 0 12 50 253 60 51
Binary 110110 10011001 10001010 1000001 0 1010 101000 10101011 110000 101001

Color Harmonies of #36998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36998A

Black with #36998A

Text Example


Text Example

White with #36998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36998A;
 }
 .AnyTagClassName
 {
   color: #36998A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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