Html Css Color HEX #369B81 Gossamer

📋 copy color: '#369B81'

red 54 ◦ green 155 ◦ blue 129

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

Shades of Gossamer #369B81

Tints of Gossamer #369B81

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.86%

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 15.98%
G = 45.86%
B = 38.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#369B81 (or 0x369B81) is known color: Gossamer. HEX triplet: 36, 9B and 81. RGB value is (54,155,129). Sum of RGB (Red+Green+Blue) = 54+155+129=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #369B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B81 is #C9647E. Grayscale: #797979. Windows color (decimal): -13198463 or 8493878. OLE color: 8493878.

HSL color Cylindrical-coordinate representation of color #369B81: hue angle of 164.55º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B81 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 155 129 -
CMYK 0.65 0 0.17 0.39
HSL 164.55º 0.48% 0.41% -
HSV(B) 164.55º 0.65% 0.61% -
XYZ 17.21 25.81 24.84 -
YUV 121.84 132.04 79.61 -
System Red Green Blue C M Y K H S L
Decimal 54 155 129 0.65 0 0.17 0.39 164.55 0.48 0.41
Hex 36 9B 81 41 0 11 27 A5 30 29
Octal 66 233 201 101 0 21 47 245 60 51
Binary 110110 10011011 10000001 1000001 0 10001 100111 10100101 110000 101001

Color Harmonies of #369B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B81

Black with #369B81

Text Example


Text Example

White with #369B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,155,129); }

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

background-color css

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

 a { background-color: rgb(54,155,129); }

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

border-color css

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

 span { border-color: rgb(54,155,129); }

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