Html Css Color HEX #379489 Gossamer

📋 copy color: '#379489'

red 55 ◦ green 148 ◦ blue 137

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

Shades of Gossamer #379489

Tints of Gossamer #379489

RGB

 RED value IS 55 (21.88% from 255) = 16.18%

 GREEN value IS 148 (58.2% from 255) = 43.53%

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 16.18%
G = 43.53%
B = 40.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#379489 (or 0x379489) is known color: Gossamer. HEX triplet: 37, 94 and 89. RGB value is (55,148,137). Sum of RGB (Red+Green+Blue) = 55+148+137=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #379489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379489 is #C86B76. Grayscale: #767676. Windows color (decimal): -13134711 or 9016375. OLE color: 9016375.

HSL color Cylindrical-coordinate representation of color #379489: hue angle of 172.9º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379489 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 148 137 -
CMYK 0.63 0 0.07 0.42
HSL 172.9º 0.46% 0.4% -
HSV(B) 172.9º 0.63% 0.58% -
XYZ 16.68 23.8 27.38 -
YUV 118.94 138.19 82.39 -
System Red Green Blue C M Y K H S L
Decimal 55 148 137 0.63 0 0.07 0.42 172.9 0.46 0.4
Hex 37 94 89 3F 0 7 2A AD 2E 28
Octal 67 224 211 77 0 7 52 255 56 50
Binary 110111 10010100 10001001 111111 0 111 101010 10101101 101110 101000

Color Harmonies of #379489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379489

Black with #379489

Text Example


Text Example

White with #379489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379489; }

 p { color: rgb(55,148,137); }

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

background-color css

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

 a { background-color: rgb(55,148,137); }

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

border-color css

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

 span { border-color: rgb(55,148,137); }

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