Html Css Color HEX #369287 Gossamer

📋 copy color: '#369287'

red 54 ◦ green 146 ◦ blue 135

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

Shades of Gossamer #369287

Tints of Gossamer #369287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.58%

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 16.12%
G = 43.58%
B = 40.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#369287 (or 0x369287) is known color: Gossamer. HEX triplet: 36, 92 and 87. RGB value is (54,146,135). Sum of RGB (Red+Green+Blue) = 54+146+135=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #369287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369287 is #C96D78. Grayscale: #757575. Windows color (decimal): -13200761 or 8884790. OLE color: 8884790.

HSL color Cylindrical-coordinate representation of color #369287: hue angle of 172.83º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369287 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 146 135 -
CMYK 0.63 0 0.08 0.43
HSL 172.83º 0.46% 0.39% -
HSV(B) 172.83º 0.63% 0.57% -
XYZ 16.17 23.09 26.53 -
YUV 117.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 54 146 135 0.63 0 0.08 0.43 172.83 0.46 0.39
Hex 36 92 87 3F 0 8 2B AD 2E 27
Octal 66 222 207 77 0 10 53 255 56 47
Binary 110110 10010010 10000111 111111 0 1000 101011 10101101 101110 100111

Color Harmonies of #369287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369287

Black with #369287

Text Example


Text Example

White with #369287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369287; }

 p { color: rgb(54,146,135); }

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

background-color css

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

 a { background-color: rgb(54,146,135); }

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

border-color css

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

 span { border-color: rgb(54,146,135); }

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