Html Css Color HEX #379583 Gossamer

📋 copy color: '#379583'

red 55 ◦ green 149 ◦ blue 131

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

Shades of Gossamer #379583

Tints of Gossamer #379583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 16.42%
G = 44.48%
B = 39.1%

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

#379583 (or 0x379583) is known color: Gossamer. HEX triplet: 37, 95 and 83. RGB value is (55,149,131). Sum of RGB (Red+Green+Blue) = 55+149+131=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #379583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379583 is #C86A7C. Grayscale: #767676. Windows color (decimal): -13134461 or 8623415. OLE color: 8623415.

HSL color Cylindrical-coordinate representation of color #379583: hue angle of 168.51º 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 #379583 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 149 131 -
CMYK 0.63 0 0.12 0.42
HSL 168.51º 0.46% 0.4% -
HSV(B) 168.51º 0.63% 0.58% -
XYZ 16.42 23.95 25.23 -
YUV 118.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 55 149 131 0.63 0 0.12 0.42 168.51 0.46 0.4
Hex 37 95 83 3F 0 C 2A A9 2E 28
Octal 67 225 203 77 0 14 52 251 56 50
Binary 110111 10010101 10000011 111111 0 1100 101010 10101001 101110 101000

Color Harmonies of #379583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379583

Black with #379583

Text Example


Text Example

White with #379583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379583; }

 p { color: rgb(55,149,131); }

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

background-color css

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

 a { background-color: rgb(55,149,131); }

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

border-color css

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

 span { border-color: rgb(55,149,131); }

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