Html Css Color HEX #369B83 Gossamer

📋 copy color: '#369B83'

red 54 ◦ green 155 ◦ blue 131

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

Shades of Gossamer #369B83

Tints of Gossamer #369B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 15.88%
G = 45.59%
B = 38.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#369B83 (or 0x369B83) is known color: Gossamer. HEX triplet: 36, 9B and 83. RGB value is (54,155,131). Sum of RGB (Red+Green+Blue) = 54+155+131=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #369B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B83 is #C9647C. Grayscale: #7A7A7A. Windows color (decimal): -13198461 or 8624950. OLE color: 8624950.

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

Color convert

RGB 54 155 131 -
CMYK 0.65 0 0.15 0.39
HSL 165.74º 0.48% 0.41% -
HSV(B) 165.74º 0.65% 0.61% -
XYZ 17.34 25.87 25.55 -
YUV 122.07 133.04 79.45 -
System Red Green Blue C M Y K H S L
Decimal 54 155 131 0.65 0 0.15 0.39 165.74 0.48 0.41
Hex 36 9B 83 41 0 F 27 A6 30 29
Octal 66 233 203 101 0 17 47 246 60 51
Binary 110110 10011011 10000011 1000001 0 1111 100111 10100110 110000 101001

Color Harmonies of #369B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B83

Black with #369B83

Text Example


Text Example

White with #369B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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