Html Css Color HEX #379876 Gossamer

📋 copy color: '#379876'

red 55 ◦ green 152 ◦ blue 118

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

Shades of Gossamer #379876

Tints of Gossamer #379876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.77%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 16.92%
G = 46.77%
B = 36.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#379876 (or 0x379876) is known color: Gossamer. HEX triplet: 37, 98 and 76. RGB value is (55,152,118). Sum of RGB (Red+Green+Blue) = 55+152+118=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #379876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379876 is #C86789. Grayscale: #777777. Windows color (decimal): -13133706 or 7772215. OLE color: 7772215.

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

Color convert

RGB 55 152 118 -
CMYK 0.64 0 0.22 0.40
HSL 158.97º 0.47% 0.41% -
HSV(B) 158.97º 0.64% 0.6% -
XYZ 16.07 24.58 21.04 -
YUV 119.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 55 152 118 0.64 0 0.22 0.40 158.97 0.47 0.41
Hex 37 98 76 40 0 16 28 9F 2F 29
Octal 67 230 166 100 0 26 50 237 57 51
Binary 110111 10011000 1110110 1000000 0 10110 101000 10011111 101111 101001

Color Harmonies of #379876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379876

Black with #379876

Text Example


Text Example

White with #379876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379876; }

 p { color: rgb(55,152,118); }

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

background-color css

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

 a { background-color: rgb(55,152,118); }

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

border-color css

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

 span { border-color: rgb(55,152,118); }

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