Html Css Color HEX #379974 Gossamer

📋 copy color: '#379974'

red 55 ◦ green 153 ◦ blue 116

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

Shades of Gossamer #379974

Tints of Gossamer #379974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 16.98%
G = 47.22%
B = 35.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#379974 (or 0x379974) is known color: Gossamer. HEX triplet: 37, 99 and 74. RGB value is (55,153,116). Sum of RGB (Red+Green+Blue) = 55+153+116=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #379974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379974 is #C8668B. Grayscale: #777777. Windows color (decimal): -13133452 or 7641399. OLE color: 7641399.

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

Color convert

RGB 55 153 116 -
CMYK 0.64 0 0.24 0.4
HSL 157.35º 0.47% 0.41% -
HSV(B) 157.35º 0.64% 0.6% -
XYZ 16.12 24.86 20.47 -
YUV 119.48 126.03 82.01 -
System Red Green Blue C M Y K H S L
Decimal 55 153 116 0.64 0 0.24 0.4 157.35 0.47 0.41
Hex 37 99 74 40 0 18 28 9D 2F 29
Octal 67 231 164 100 0 30 50 235 57 51
Binary 110111 10011001 1110100 1000000 0 11000 101000 10011101 101111 101001

Color Harmonies of #379974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379974

Black with #379974

Text Example


Text Example

White with #379974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379974; }

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

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

background-color css

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

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

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

border-color css

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

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

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