Html Css Color HEX #379582 Gossamer

📋 copy color: '#379582'

red 55 ◦ green 149 ◦ blue 130

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

Shades of Gossamer #379582

Tints of Gossamer #379582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

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

R = 16.47%
G = 44.61%
B = 38.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#379582 (or 0x379582) is known color: Gossamer. HEX triplet: 37, 95 and 82. RGB value is (55,149,130). Sum of RGB (Red+Green+Blue) = 55+149+130=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #379582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379582 is #C86A7D. Grayscale: #767676. Windows color (decimal): -13134462 or 8557879. OLE color: 8557879.

HSL color Cylindrical-coordinate representation of color #379582: hue angle of 167.87º 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 #379582 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 149 130 -
CMYK 0.63 0 0.13 0.42
HSL 167.87º 0.46% 0.4% -
HSV(B) 167.87º 0.63% 0.58% -
XYZ 16.35 23.92 24.87 -
YUV 118.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 55 149 130 0.63 0 0.13 0.42 167.87 0.46 0.4
Hex 37 95 82 3F 0 D 2A A8 2E 28
Octal 67 225 202 77 0 15 52 250 56 50
Binary 110111 10010101 10000010 111111 0 1101 101010 10101000 101110 101000

Color Harmonies of #379582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379582

Black with #379582

Text Example


Text Example

White with #379582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379582; }

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

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

background-color css

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

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

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

border-color css

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

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

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