Html Css Color HEX #369F7D Gossamer

📋 copy color: '#369F7D'

red 54 ◦ green 159 ◦ blue 125

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

Shades of Gossamer #369F7D

Tints of Gossamer #369F7D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.04%

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 15.98%
G = 47.04%
B = 36.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#369F7D (or 0x369F7D) is known color: Gossamer. HEX triplet: 36, 9F and 7D. RGB value is (54,159,125). Sum of RGB (Red+Green+Blue) = 54+159+125=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #369F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F7D is #C96082. Grayscale: #7B7B7B. Windows color (decimal): -13197443 or 8232758. OLE color: 8232758.

HSL color Cylindrical-coordinate representation of color #369F7D: hue angle of 160.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F7D is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 159 125 -
CMYK 0.66 0 0.21 0.38
HSL 160.57º 0.49% 0.42% -
HSV(B) 160.57º 0.66% 0.62% -
XYZ 17.62 27.06 23.7 -
YUV 123.73 128.71 78.26 -
System Red Green Blue C M Y K H S L
Decimal 54 159 125 0.66 0 0.21 0.38 160.57 0.49 0.42
Hex 36 9F 7D 42 0 15 26 A1 31 2A
Octal 66 237 175 102 0 25 46 241 61 52
Binary 110110 10011111 1111101 1000010 0 10101 100110 10100001 110001 101010

Color Harmonies of #369F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369F7D

Black with #369F7D

Text Example


Text Example

White with #369F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,159,125); }

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

background-color css

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

 a { background-color: rgb(54,159,125); }

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

border-color css

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

 span { border-color: rgb(54,159,125); }

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