Html Css Color HEX #379F84 Gossamer

📋 copy color: '#379F84'

red 55 ◦ green 159 ◦ blue 132

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

Shades of Gossamer #379F84

Tints of Gossamer #379F84

RGB

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

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

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

R = 15.9%
G = 45.95%
B = 38.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#379F84 (or 0x379F84) is known color: Gossamer. HEX triplet: 37, 9F and 84. RGB value is (55,159,132). Sum of RGB (Red+Green+Blue) = 55+159+132=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #379F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379F84 is #C8607B. Grayscale: #7C7C7C. Windows color (decimal): -13131900 or 8691511. OLE color: 8691511.

HSL color Cylindrical-coordinate representation of color #379F84: hue angle of 164.42º degrees, saturation: 0.49, 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 #379F84 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 159 132 -
CMYK 0.65 0 0.17 0.38
HSL 164.42º 0.49% 0.42% -
HSV(B) 164.42º 0.65% 0.62% -
XYZ 18.14 27.27 26.14 -
YUV 124.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 55 159 132 0.65 0 0.17 0.38 164.42 0.49 0.42
Hex 37 9F 84 41 0 11 26 A4 31 2A
Octal 67 237 204 101 0 21 46 244 61 52
Binary 110111 10011111 10000100 1000001 0 10001 100110 10100100 110001 101010

Color Harmonies of #379F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F84

Black with #379F84

Text Example


Text Example

White with #379F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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