Html Css Color HEX #379884 Gossamer

📋 copy color: '#379884'

red 55 ◦ green 152 ◦ blue 132

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

Shades of Gossamer #379884

Tints of Gossamer #379884

RGB

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

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

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

R = 16.22%
G = 44.84%
B = 38.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#379884 (or 0x379884) is known color: Gossamer. HEX triplet: 37, 98 and 84. RGB value is (55,152,132). Sum of RGB (Red+Green+Blue) = 55+152+132=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #379884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379884 is #C8677B. Grayscale: #787878. Windows color (decimal): -13133692 or 8689719. OLE color: 8689719.

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

Color convert

RGB 55 152 132 -
CMYK 0.64 0 0.13 0.40
HSL 167.63º 0.47% 0.41% -
HSV(B) 167.63º 0.64% 0.6% -
XYZ 16.97 24.93 25.75 -
YUV 120.72 134.36 81.13 -
System Red Green Blue C M Y K H S L
Decimal 55 152 132 0.64 0 0.13 0.40 167.63 0.47 0.41
Hex 37 98 84 40 0 D 28 A8 2F 29
Octal 67 230 204 100 0 15 50 250 57 51
Binary 110111 10011000 10000100 1000000 0 1101 101000 10101000 101111 101001

Color Harmonies of #379884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379884

Black with #379884

Text Example


Text Example

White with #379884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379884; }

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

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

background-color css

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

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

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

border-color css

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

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

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