Html Css Color HEX #369588 Gossamer

📋 copy color: '#369588'

red 54 ◦ green 149 ◦ blue 136

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

Shades of Gossamer #369588

Tints of Gossamer #369588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 15.93%
G = 43.95%
B = 40.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#369588 (or 0x369588) is known color: Gossamer. HEX triplet: 36, 95 and 88. RGB value is (54,149,136). Sum of RGB (Red+Green+Blue) = 54+149+136=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #369588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369588 is #C96A77. Grayscale: #777777. Windows color (decimal): -13199992 or 8951094. OLE color: 8951094.

HSL color Cylindrical-coordinate representation of color #369588: hue angle of 171.79º 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 #369588 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 149 136 -
CMYK 0.64 0 0.09 0.42
HSL 171.79º 0.47% 0.4% -
HSV(B) 171.79º 0.64% 0.58% -
XYZ 16.71 24.06 27.06 -
YUV 119.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 54 149 136 0.64 0 0.09 0.42 171.79 0.47 0.4
Hex 36 95 88 40 0 9 2A AC 2F 28
Octal 66 225 210 100 0 11 52 254 57 50
Binary 110110 10010101 10001000 1000000 0 1001 101010 10101100 101111 101000

Color Harmonies of #369588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369588

Black with #369588

Text Example


Text Example

White with #369588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369588; }

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

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

background-color css

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

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

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

border-color css

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

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

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