Html Css Color HEX #379B83 Gossamer

📋 copy color: '#379B83'

red 55 ◦ green 155 ◦ blue 131

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

Shades of Gossamer #379B83

Tints of Gossamer #379B83

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.45%

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

R = 16.13%
G = 45.45%
B = 38.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#379B83 (or 0x379B83) is known color: Gossamer. HEX triplet: 37, 9B and 83. RGB value is (55,155,131). Sum of RGB (Red+Green+Blue) = 55+155+131=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #379B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379B83 is #C8647C. Grayscale: #7A7A7A. Windows color (decimal): -13132925 or 8624951. OLE color: 8624951.

HSL color Cylindrical-coordinate representation of color #379B83: hue angle of 165.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379B83 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 155 131 -
CMYK 0.65 0 0.15 0.39
HSL 165.6º 0.48% 0.41% -
HSV(B) 165.6º 0.65% 0.61% -
XYZ 17.39 25.89 25.55 -
YUV 122.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 55 155 131 0.65 0 0.15 0.39 165.6 0.48 0.41
Hex 37 9B 83 41 0 F 27 A6 30 29
Octal 67 233 203 101 0 17 47 246 60 51
Binary 110111 10011011 10000011 1000001 0 1111 100111 10100110 110000 101001

Color Harmonies of #379B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379B83

Black with #379B83

Text Example


Text Example

White with #379B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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