Html Css Color HEX #379F82 Gossamer

📋 copy color: '#379F82'

red 55 ◦ green 159 ◦ blue 130

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

Shades of Gossamer #379F82

Tints of Gossamer #379F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 15.99%
G = 46.22%
B = 37.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#379F82 (or 0x379F82) is known color: Gossamer. HEX triplet: 37, 9F and 82. RGB value is (55,159,130). Sum of RGB (Red+Green+Blue) = 55+159+130=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #379F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379F82 is #C8607D. Grayscale: #7C7C7C. Windows color (decimal): -13131902 or 8560439. OLE color: 8560439.

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

Color convert

RGB 55 159 130 -
CMYK 0.65 0 0.18 0.38
HSL 163.27º 0.49% 0.42% -
HSV(B) 163.27º 0.65% 0.62% -
XYZ 18 27.22 25.42 -
YUV 124.6 131.04 78.36 -
System Red Green Blue C M Y K H S L
Decimal 55 159 130 0.65 0 0.18 0.38 163.27 0.49 0.42
Hex 37 9F 82 41 0 12 26 A3 31 2A
Octal 67 237 202 101 0 22 46 243 61 52
Binary 110111 10011111 10000010 1000001 0 10010 100110 10100011 110001 101010

Color Harmonies of #379F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F82

Black with #379F82

Text Example


Text Example

White with #379F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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