Html Css Color HEX #369589 Gossamer

📋 copy color: '#369589'

red 54 ◦ green 149 ◦ blue 137

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

Shades of Gossamer #369589

Tints of Gossamer #369589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 15.88%
G = 43.82%
B = 40.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#369589 (or 0x369589) is known color: Gossamer. HEX triplet: 36, 95 and 89. RGB value is (54,149,137). Sum of RGB (Red+Green+Blue) = 54+149+137=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #369589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369589 is #C96A76. Grayscale: #777777. Windows color (decimal): -13199991 or 9016630. OLE color: 9016630.

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

Color convert

RGB 54 149 137 -
CMYK 0.64 0 0.08 0.42
HSL 172.42º 0.47% 0.4% -
HSV(B) 172.42º 0.64% 0.58% -
XYZ 16.78 24.09 27.43 -
YUV 119.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 54 149 137 0.64 0 0.08 0.42 172.42 0.47 0.4
Hex 36 95 89 40 0 8 2A AC 2F 28
Octal 66 225 211 100 0 10 52 254 57 50
Binary 110110 10010101 10001001 1000000 0 1000 101010 10101100 101111 101000

Color Harmonies of #369589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369589

Black with #369589

Text Example


Text Example

White with #369589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369589; }

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

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

background-color css

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

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

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

border-color css

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

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

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