Html Css Color HEX #369A84 Gossamer

📋 copy color: '#369A84'

red 54 ◦ green 154 ◦ blue 132

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

Shades of Gossamer #369A84

Tints of Gossamer #369A84

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.29%

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 15.88%
G = 45.29%
B = 38.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#369A84 (or 0x369A84) is known color: Gossamer. HEX triplet: 36, 9A and 84. RGB value is (54,154,132). Sum of RGB (Red+Green+Blue) = 54+154+132=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #369A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369A84 is #C9657B. Grayscale: #797979. Windows color (decimal): -13198716 or 8690230. OLE color: 8690230.

HSL color Cylindrical-coordinate representation of color #369A84: hue angle of 166.8º 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 #369A84 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 132 -
CMYK 0.65 0 0.14 0.40
HSL 166.8º 0.48% 0.41% -
HSV(B) 166.8º 0.65% 0.6% -
XYZ 17.24 25.56 25.85 -
YUV 121.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 54 154 132 0.65 0 0.14 0.40 166.8 0.48 0.41
Hex 36 9A 84 41 0 E 28 A7 30 29
Octal 66 232 204 101 0 16 50 247 60 51
Binary 110110 10011010 10000100 1000001 0 1110 101000 10100111 110000 101001

Color Harmonies of #369A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A84

Black with #369A84

Text Example


Text Example

White with #369A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369A84; }

 p { color: rgb(54,154,132); }

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

background-color css

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

 a { background-color: rgb(54,154,132); }

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

border-color css

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

 span { border-color: rgb(54,154,132); }

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