Html Css Color HEX #379381 Gossamer

📋 copy color: '#379381'

red 55 ◦ green 147 ◦ blue 129

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

Shades of Gossamer #379381

Tints of Gossamer #379381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

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

R = 16.62%
G = 44.41%
B = 38.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#379381 (or 0x379381) is known color: Gossamer. HEX triplet: 37, 93 and 81. RGB value is (55,147,129). Sum of RGB (Red+Green+Blue) = 55+147+129=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #379381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379381 is #C86C7E. Grayscale: #757575. Windows color (decimal): -13134975 or 8491831. OLE color: 8491831.

HSL color Cylindrical-coordinate representation of color #379381: hue angle of 168.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379381 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 147 129 -
CMYK 0.63 0 0.12 0.42
HSL 168.26º 0.46% 0.4% -
HSV(B) 168.26º 0.63% 0.58% -
XYZ 15.97 23.26 24.42 -
YUV 117.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 55 147 129 0.63 0 0.12 0.42 168.26 0.46 0.4
Hex 37 93 81 3F 0 C 2A A8 2E 28
Octal 67 223 201 77 0 14 52 250 56 50
Binary 110111 10010011 10000001 111111 0 1100 101010 10101000 101110 101000

Color Harmonies of #379381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379381

Black with #379381

Text Example


Text Example

White with #379381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379381; }

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

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

background-color css

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

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

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

border-color css

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

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

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