Html Css Color HEX #379286 Gossamer

📋 copy color: '#379286'

red 55 ◦ green 146 ◦ blue 134

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

Shades of Gossamer #379286

Tints of Gossamer #379286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40%

R = 16.42%
G = 43.58%
B = 40%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#379286 (or 0x379286) is known color: Gossamer. HEX triplet: 37, 92 and 86. RGB value is (55,146,134). Sum of RGB (Red+Green+Blue) = 55+146+134=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #379286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379286 is #C86D79. Grayscale: #757575. Windows color (decimal): -13135226 or 8819255. OLE color: 8819255.

HSL color Cylindrical-coordinate representation of color #379286: hue angle of 172.09º 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 #379286 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 146 134 -
CMYK 0.62 0 0.08 0.43
HSL 172.09º 0.45% 0.39% -
HSV(B) 172.09º 0.62% 0.57% -
XYZ 16.16 23.09 26.16 -
YUV 117.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 55 146 134 0.62 0 0.08 0.43 172.09 0.45 0.39
Hex 37 92 86 3E 0 8 2B AC 2D 27
Octal 67 222 206 76 0 10 53 254 55 47
Binary 110111 10010010 10000110 111110 0 1000 101011 10101100 101101 100111

Color Harmonies of #379286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379286

Black with #379286

Text Example


Text Example

White with #379286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379286; }

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

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

background-color css

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

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

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

border-color css

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

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

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