Html Css Color HEX #389576 Gossamer

📋 copy color: '#389576'

red 56 ◦ green 149 ◦ blue 118

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

Shades of Gossamer #389576

Tints of Gossamer #389576

RGB

 RED value IS 56 (22.27% from 255) = 17.34%

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

 BLUE value IS 118 (46.48% from 255) = 36.53%

R = 17.34%
G = 46.13%
B = 36.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#389576 (or 0x389576) is known color: Gossamer. HEX triplet: 38, 95 and 76. RGB value is (56,149,118). Sum of RGB (Red+Green+Blue) = 56+149+118=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #389576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389576 is #C76A89. Grayscale: #757575. Windows color (decimal): -13068938 or 7771448. OLE color: 7771448.

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

Color convert

RGB 56 149 118 -
CMYK 0.62 0 0.21 0.42
HSL 160º 0.45% 0.4% -
HSV(B) 160º 0.62% 0.58% -
XYZ 15.65 23.64 20.88 -
YUV 117.66 128.19 84.02 -
System Red Green Blue C M Y K H S L
Decimal 56 149 118 0.62 0 0.21 0.42 160 0.45 0.4
Hex 38 95 76 3E 0 15 2A A0 2D 28
Octal 70 225 166 76 0 25 52 240 55 50
Binary 111000 10010101 1110110 111110 0 10101 101010 10100000 101101 101000

Color Harmonies of #389576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389576

Black with #389576

Text Example


Text Example

White with #389576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389576; }

 p { color: rgb(56,149,118); }

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

background-color css

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

 a { background-color: rgb(56,149,118); }

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

border-color css

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

 span { border-color: rgb(56,149,118); }

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