Html Css Color HEX #379879 Gossamer

📋 copy color: '#379879'

red 55 ◦ green 152 ◦ blue 121

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

Shades of Gossamer #379879

Tints of Gossamer #379879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 16.77%
G = 46.34%
B = 36.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#379879 (or 0x379879) is known color: Gossamer. HEX triplet: 37, 98 and 79. RGB value is (55,152,121). Sum of RGB (Red+Green+Blue) = 55+152+121=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #379879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379879 is #C86786. Grayscale: #777777. Windows color (decimal): -13133703 or 7968823. OLE color: 7968823.

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

Color convert

RGB 55 152 121 -
CMYK 0.64 0 0.20 0.40
HSL 160.82º 0.47% 0.41% -
HSV(B) 160.82º 0.64% 0.6% -
XYZ 16.25 24.65 21.99 -
YUV 119.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 55 152 121 0.64 0 0.20 0.40 160.82 0.47 0.41
Hex 37 98 79 40 0 14 28 A1 2F 29
Octal 67 230 171 100 0 24 50 241 57 51
Binary 110111 10011000 1111001 1000000 0 10100 101000 10100001 101111 101001

Color Harmonies of #379879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379879

Black with #379879

Text Example


Text Example

White with #379879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379879; }

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

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

background-color css

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

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

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

border-color css

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

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

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