Html Css Color HEX #369E7C Gossamer

📋 copy color: '#369E7C'

red 54 ◦ green 158 ◦ blue 124

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

Shades of Gossamer #369E7C

Tints of Gossamer #369E7C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.02%

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 16.07%
G = 47.02%
B = 36.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#369E7C (or 0x369E7C) is known color: Gossamer. HEX triplet: 36, 9E and 7C. RGB value is (54,158,124). Sum of RGB (Red+Green+Blue) = 54+158+124=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #369E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E7C is #C96183. Grayscale: #7B7B7B. Windows color (decimal): -13197700 or 8166966. OLE color: 8166966.

HSL color Cylindrical-coordinate representation of color #369E7C: hue angle of 160.38º 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 #369E7C is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 158 124 -
CMYK 0.66 0 0.22 0.38
HSL 160.38º 0.49% 0.42% -
HSV(B) 160.38º 0.66% 0.62% -
XYZ 17.39 26.69 23.3 -
YUV 123.03 128.54 78.76 -
System Red Green Blue C M Y K H S L
Decimal 54 158 124 0.66 0 0.22 0.38 160.38 0.49 0.42
Hex 36 9E 7C 42 0 16 26 A0 31 2A
Octal 66 236 174 102 0 26 46 240 61 52
Binary 110110 10011110 1111100 1000010 0 10110 100110 10100000 110001 101010

Color Harmonies of #369E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E7C

Black with #369E7C

Text Example


Text Example

White with #369E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,158,124); }

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

background-color css

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

 a { background-color: rgb(54,158,124); }

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

border-color css

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

 span { border-color: rgb(54,158,124); }

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