Html Css Color HEX #36998D Gossamer

📋 copy color: '#36998D'

red 54 ◦ green 153 ◦ blue 141

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

Shades of Gossamer #36998D

Tints of Gossamer #36998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 15.52%
G = 43.97%
B = 40.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#36998D (or 0x36998D) is known color: Gossamer. HEX triplet: 36, 99 and 8D. RGB value is (54,153,141). Sum of RGB (Red+Green+Blue) = 54+153+141=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #36998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36998D is #C96672. Grayscale: #797979. Windows color (decimal): -13198963 or 9279798. OLE color: 9279798.

HSL color Cylindrical-coordinate representation of color #36998D: hue angle of 172.73º 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 #36998D is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 141 -
CMYK 0.65 0 0.08 0.4
HSL 172.73º 0.48% 0.41% -
HSV(B) 172.73º 0.65% 0.6% -
XYZ 17.72 25.49 29.19 -
YUV 122.03 138.7 79.48 -
System Red Green Blue C M Y K H S L
Decimal 54 153 141 0.65 0 0.08 0.4 172.73 0.48 0.41
Hex 36 99 8D 41 0 8 28 AD 30 29
Octal 66 231 215 101 0 10 50 255 60 51
Binary 110110 10011001 10001101 1000001 0 1000 101000 10101101 110000 101001

Color Harmonies of #36998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36998D

Black with #36998D

Text Example


Text Example

White with #36998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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