Html Css Color HEX #379880 Gossamer

📋 copy color: '#379880'

red 55 ◦ green 152 ◦ blue 128

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

Shades of Gossamer #379880

Tints of Gossamer #379880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 16.42%
G = 45.37%
B = 38.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#379880 (or 0x379880) is known color: Gossamer. HEX triplet: 37, 98 and 80. RGB value is (55,152,128). Sum of RGB (Red+Green+Blue) = 55+152+128=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #379880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379880 is #C8677F. Grayscale: #787878. Windows color (decimal): -13133696 or 8427575. OLE color: 8427575.

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

Color convert

RGB 55 152 128 -
CMYK 0.64 0 0.16 0.40
HSL 165.15º 0.47% 0.41% -
HSV(B) 165.15º 0.64% 0.6% -
XYZ 16.7 24.83 24.33 -
YUV 120.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 55 152 128 0.64 0 0.16 0.40 165.15 0.47 0.41
Hex 37 98 80 40 0 10 28 A5 2F 29
Octal 67 230 200 100 0 20 50 245 57 51
Binary 110111 10011000 10000000 1000000 0 10000 101000 10100101 101111 101001

Color Harmonies of #379880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379880

Black with #379880

Text Example


Text Example

White with #379880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379880; }

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

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

background-color css

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

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

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

border-color css

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

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

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