Html Css Color HEX #379D83 Gossamer

📋 copy color: '#379D83'

red 55 ◦ green 157 ◦ blue 131

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

Shades of Gossamer #379D83

Tints of Gossamer #379D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.19%

R = 16.03%
G = 45.77%
B = 38.19%

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

#379D83 (or 0x379D83) is known color: Gossamer. HEX triplet: 37, 9D and 83. RGB value is (55,157,131). Sum of RGB (Red+Green+Blue) = 55+157+131=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #379D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D83 is #C8627C. Grayscale: #7B7B7B. Windows color (decimal): -13132413 or 8625463. OLE color: 8625463.

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

Color convert

RGB 55 157 131 -
CMYK 0.65 0 0.17 0.38
HSL 164.71º 0.48% 0.42% -
HSV(B) 164.71º 0.65% 0.62% -
XYZ 17.73 26.56 25.67 -
YUV 123.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 55 157 131 0.65 0 0.17 0.38 164.71 0.48 0.42
Hex 37 9D 83 41 0 11 26 A5 30 2A
Octal 67 235 203 101 0 21 46 245 60 52
Binary 110111 10011101 10000011 1000001 0 10001 100110 10100101 110000 101010

Color Harmonies of #379D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D83

Black with #379D83

Text Example


Text Example

White with #379D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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