Html Css Color HEX #369D90 Gossamer

📋 copy color: '#369D90'

red 54 ◦ green 157 ◦ blue 144

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

Shades of Gossamer #369D90

Tints of Gossamer #369D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.23%

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 15.21%
G = 44.23%
B = 40.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#369D90 (or 0x369D90) is known color: Gossamer. HEX triplet: 36, 9D and 90. RGB value is (54,157,144). Sum of RGB (Red+Green+Blue) = 54+157+144=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #369D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D90 is #C9626F. Grayscale: #7C7C7C. Windows color (decimal): -13197936 or 9477430. OLE color: 9477430.

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

Color convert

RGB 54 157 144 -
CMYK 0.66 0 0.08 0.38
HSL 172.43º 0.49% 0.41% -
HSV(B) 172.43º 0.66% 0.62% -
XYZ 18.61 26.91 30.6 -
YUV 124.72 138.88 77.56 -
System Red Green Blue C M Y K H S L
Decimal 54 157 144 0.66 0 0.08 0.38 172.43 0.49 0.41
Hex 36 9D 90 42 0 8 26 AC 31 29
Octal 66 235 220 102 0 10 46 254 61 51
Binary 110110 10011101 10010000 1000010 0 1000 100110 10101100 110001 101001

Color Harmonies of #369D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D90

Black with #369D90

Text Example


Text Example

White with #369D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,157,144); }

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

background-color css

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

 a { background-color: rgb(54,157,144); }

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

border-color css

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

 span { border-color: rgb(54,157,144); }

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