Html Css Color HEX #379D84 Gossamer

📋 copy color: '#379D84'

red 55 ◦ green 157 ◦ blue 132

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

Shades of Gossamer #379D84

Tints of Gossamer #379D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 15.99%
G = 45.64%
B = 38.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#379D84 (or 0x379D84) is known color: Gossamer. HEX triplet: 37, 9D and 84. RGB value is (55,157,132). Sum of RGB (Red+Green+Blue) = 55+157+132=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #379D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D84 is #C8627B. Grayscale: #7B7B7B. Windows color (decimal): -13132412 or 8690999. OLE color: 8690999.

HSL color Cylindrical-coordinate representation of color #379D84: hue angle of 165.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D84 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 157 132 -
CMYK 0.65 0 0.16 0.38
HSL 165.29º 0.48% 0.42% -
HSV(B) 165.29º 0.65% 0.62% -
XYZ 17.8 26.59 26.02 -
YUV 123.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 55 157 132 0.65 0 0.16 0.38 165.29 0.48 0.42
Hex 37 9D 84 41 0 10 26 A5 30 2A
Octal 67 235 204 101 0 20 46 245 60 52
Binary 110111 10011101 10000100 1000001 0 10000 100110 10100101 110000 101010

Color Harmonies of #379D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D84

Black with #379D84

Text Example


Text Example

White with #379D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379D84; }

 p { color: rgb(55,157,132); }

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

background-color css

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

 a { background-color: rgb(55,157,132); }

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

border-color css

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

 span { border-color: rgb(55,157,132); }

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