Html Css Color HEX #379C84 Gossamer

📋 copy color: '#379C84'

red 55 ◦ green 156 ◦ blue 132

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

Shades of Gossamer #379C84

Tints of Gossamer #379C84

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 16.03%
G = 45.48%
B = 38.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#379C84 (or 0x379C84) is known color: Gossamer. HEX triplet: 37, 9C and 84. RGB value is (55,156,132). Sum of RGB (Red+Green+Blue) = 55+156+132=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #379C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379C84 is #C8637B. Grayscale: #7B7B7B. Windows color (decimal): -13132668 or 8690743. OLE color: 8690743.

HSL color Cylindrical-coordinate representation of color #379C84: hue angle of 165.74º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C84 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 156 132 -
CMYK 0.65 0 0.15 0.39
HSL 165.74º 0.48% 0.41% -
HSV(B) 165.74º 0.65% 0.61% -
XYZ 17.63 26.26 25.97 -
YUV 123.07 133.04 79.45 -
System Red Green Blue C M Y K H S L
Decimal 55 156 132 0.65 0 0.15 0.39 165.74 0.48 0.41
Hex 37 9C 84 41 0 F 27 A6 30 29
Octal 67 234 204 101 0 17 47 246 60 51
Binary 110111 10011100 10000100 1000001 0 1111 100111 10100110 110000 101001

Color Harmonies of #379C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C84

Black with #379C84

Text Example


Text Example

White with #379C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379C84; }

 p { color: rgb(55,156,132); }

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

background-color css

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

 a { background-color: rgb(55,156,132); }

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

border-color css

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

 span { border-color: rgb(55,156,132); }

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