Html Css Color HEX #379973 Gossamer

📋 copy color: '#379973'

red 55 ◦ green 153 ◦ blue 115

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

Shades of Gossamer #379973

Tints of Gossamer #379973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 17.03%
G = 47.37%
B = 35.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#379973 (or 0x379973) is known color: Gossamer. HEX triplet: 37, 99 and 73. RGB value is (55,153,115). Sum of RGB (Red+Green+Blue) = 55+153+115=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #379973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379973 is #C8668C. Grayscale: #777777. Windows color (decimal): -13133453 or 7575863. OLE color: 7575863.

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

Color convert

RGB 55 153 115 -
CMYK 0.64 0 0.25 0.4
HSL 156.73º 0.47% 0.41% -
HSV(B) 156.73º 0.64% 0.6% -
XYZ 16.06 24.83 20.17 -
YUV 119.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 55 153 115 0.64 0 0.25 0.4 156.73 0.47 0.41
Hex 37 99 73 40 0 19 28 9D 2F 29
Octal 67 231 163 100 0 31 50 235 57 51
Binary 110111 10011001 1110011 1000000 0 11001 101000 10011101 101111 101001

Color Harmonies of #379973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379973

Black with #379973

Text Example


Text Example

White with #379973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379973; }

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

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

background-color css

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

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

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

border-color css

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

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

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