Html Css Color HEX #379278 Gossamer

📋 copy color: '#379278'

red 55 ◦ green 146 ◦ blue 120

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

Shades of Gossamer #379278

Tints of Gossamer #379278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 17.13%
G = 45.48%
B = 37.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#379278 (or 0x379278) is known color: Gossamer. HEX triplet: 37, 92 and 78. RGB value is (55,146,120). Sum of RGB (Red+Green+Blue) = 55+146+120=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #379278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379278 is #C86D87. Grayscale: #737373. Windows color (decimal): -13135240 or 7901751. OLE color: 7901751.

HSL color Cylindrical-coordinate representation of color #379278: hue angle of 162.86º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379278 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 146 120 -
CMYK 0.62 0 0.18 0.43
HSL 162.86º 0.45% 0.39% -
HSV(B) 162.86º 0.62% 0.57% -
XYZ 15.24 22.73 21.35 -
YUV 115.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 55 146 120 0.62 0 0.18 0.43 162.86 0.45 0.39
Hex 37 92 78 3E 0 12 2B A3 2D 27
Octal 67 222 170 76 0 22 53 243 55 47
Binary 110111 10010010 1111000 111110 0 10010 101011 10100011 101101 100111

Color Harmonies of #379278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379278

Black with #379278

Text Example


Text Example

White with #379278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379278; }

 p { color: rgb(55,146,120); }

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

background-color css

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

 a { background-color: rgb(55,146,120); }

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

border-color css

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

 span { border-color: rgb(55,146,120); }

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