Html Css Color HEX #379081 Gossamer

📋 copy color: '#379081'

red 55 ◦ green 144 ◦ blue 129

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

Shades of Gossamer #379081

Tints of Gossamer #379081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.9%

 BLUE value IS 129 (50.78% from 255) = 39.33%

R = 16.77%
G = 43.9%
B = 39.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#379081 (or 0x379081) is known color: Gossamer. HEX triplet: 37, 90 and 81. RGB value is (55,144,129). Sum of RGB (Red+Green+Blue) = 55+144+129=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #379081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379081 is #C86F7E. Grayscale: #737373. Windows color (decimal): -13135743 or 8491063. OLE color: 8491063.

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

Color convert

RGB 55 144 129 -
CMYK 0.62 0 0.10 0.44
HSL 169.89º 0.45% 0.39% -
HSV(B) 169.89º 0.62% 0.56% -
XYZ 15.51 22.34 24.26 -
YUV 115.68 135.51 84.72 -
System Red Green Blue C M Y K H S L
Decimal 55 144 129 0.62 0 0.10 0.44 169.89 0.45 0.39
Hex 37 90 81 3E 0 A 2C AA 2D 27
Octal 67 220 201 76 0 12 54 252 55 47
Binary 110111 10010000 10000001 111110 0 1010 101100 10101010 101101 100111

Color Harmonies of #379081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379081

Black with #379081

Text Example


Text Example

White with #379081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379081; }

 p { color: rgb(55,144,129); }

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

background-color css

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

 a { background-color: rgb(55,144,129); }

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

border-color css

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

 span { border-color: rgb(55,144,129); }

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