Html Css Color HEX #379683 Gossamer

📋 copy color: '#379683'

red 55 ◦ green 150 ◦ blue 131

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

Shades of Gossamer #379683

Tints of Gossamer #379683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.64%

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

R = 16.37%
G = 44.64%
B = 38.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#379683 (or 0x379683) is known color: Gossamer. HEX triplet: 37, 96 and 83. RGB value is (55,150,131). Sum of RGB (Red+Green+Blue) = 55+150+131=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #379683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379683 is #C8697C. Grayscale: #777777. Windows color (decimal): -13134205 or 8623671. OLE color: 8623671.

HSL color Cylindrical-coordinate representation of color #379683: hue angle of 168º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379683 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 150 131 -
CMYK 0.63 0 0.13 0.41
HSL 168º 0.46% 0.4% -
HSV(B) 168º 0.63% 0.59% -
XYZ 16.58 24.26 25.28 -
YUV 119.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 55 150 131 0.63 0 0.13 0.41 168 0.46 0.4
Hex 37 96 83 3F 0 D 29 A8 2E 28
Octal 67 226 203 77 0 15 51 250 56 50
Binary 110111 10010110 10000011 111111 0 1101 101001 10101000 101110 101000

Color Harmonies of #379683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379683

Black with #379683

Text Example


Text Example

White with #379683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379683; }

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

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

background-color css

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

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

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

border-color css

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

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

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