Html Css Color HEX #379781 Gossamer

📋 copy color: '#379781'

red 55 ◦ green 151 ◦ blue 129

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

Shades of Gossamer #379781

Tints of Gossamer #379781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.07%

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

R = 16.42%
G = 45.07%
B = 38.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#379781 (or 0x379781) is known color: Gossamer. HEX triplet: 37, 97 and 81. RGB value is (55,151,129). Sum of RGB (Red+Green+Blue) = 55+151+129=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #379781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379781 is #C8687E. Grayscale: #777777. Windows color (decimal): -13133951 or 8492855. OLE color: 8492855.

HSL color Cylindrical-coordinate representation of color #379781: hue angle of 166.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379781 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 151 129 -
CMYK 0.64 0 0.15 0.41
HSL 166.25º 0.47% 0.4% -
HSV(B) 166.25º 0.64% 0.59% -
XYZ 16.6 24.53 24.63 -
YUV 119.79 133.2 81.79 -
System Red Green Blue C M Y K H S L
Decimal 55 151 129 0.64 0 0.15 0.41 166.25 0.47 0.4
Hex 37 97 81 40 0 F 29 A6 2F 28
Octal 67 227 201 100 0 17 51 246 57 50
Binary 110111 10010111 10000001 1000000 0 1111 101001 10100110 101111 101000

Color Harmonies of #379781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379781

Black with #379781

Text Example


Text Example

White with #379781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379781; }

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

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

background-color css

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

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

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

border-color css

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

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

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