Html Css Color HEX #379983 Gossamer

📋 copy color: '#379983'

red 55 ◦ green 153 ◦ blue 131

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

Shades of Gossamer #379983

Tints of Gossamer #379983

RGB

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

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

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

R = 16.22%
G = 45.13%
B = 38.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#379983 (or 0x379983) is known color: Gossamer. HEX triplet: 37, 99 and 83. RGB value is (55,153,131). Sum of RGB (Red+Green+Blue) = 55+153+131=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #379983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379983 is #C8667C. Grayscale: #797979. Windows color (decimal): -13133437 or 8624439. OLE color: 8624439.

HSL color Cylindrical-coordinate representation of color #379983: hue angle of 166.53º 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 #379983 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 153 131 -
CMYK 0.64 0 0.14 0.4
HSL 166.53º 0.47% 0.41% -
HSV(B) 166.53º 0.64% 0.6% -
XYZ 17.06 25.23 25.44 -
YUV 121.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 55 153 131 0.64 0 0.14 0.4 166.53 0.47 0.41
Hex 37 99 83 40 0 E 28 A7 2F 29
Octal 67 231 203 100 0 16 50 247 57 51
Binary 110111 10011001 10000011 1000000 0 1110 101000 10100111 101111 101001

Color Harmonies of #379983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379983

Black with #379983

Text Example


Text Example

White with #379983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379983; }

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

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

background-color css

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

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

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

border-color css

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

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

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