Html Css Color HEX #379982 Gossamer

📋 copy color: '#379982'

red 55 ◦ green 153 ◦ blue 130

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

Shades of Gossamer #379982

Tints of Gossamer #379982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

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

R = 16.27%
G = 45.27%
B = 38.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#379982 (or 0x379982) is known color: Gossamer. HEX triplet: 37, 99 and 82. RGB value is (55,153,130). Sum of RGB (Red+Green+Blue) = 55+153+130=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #379982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379982 is #C8667D. Grayscale: #797979. Windows color (decimal): -13133438 or 8558903. OLE color: 8558903.

HSL color Cylindrical-coordinate representation of color #379982: hue angle of 165.92º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379982 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 153 130 -
CMYK 0.64 0 0.15 0.4
HSL 165.92º 0.47% 0.41% -
HSV(B) 165.92º 0.64% 0.6% -
XYZ 17 25.21 25.09 -
YUV 121.08 133.03 80.87 -
System Red Green Blue C M Y K H S L
Decimal 55 153 130 0.64 0 0.15 0.4 165.92 0.47 0.41
Hex 37 99 82 40 0 F 28 A6 2F 29
Octal 67 231 202 100 0 17 50 246 57 51
Binary 110111 10011001 10000010 1000000 0 1111 101000 10100110 101111 101001

Color Harmonies of #379982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379982

Black with #379982

Text Example


Text Example

White with #379982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379982; }

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

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

background-color css

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

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

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

border-color css

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

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

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