Html Css Color HEX #389178 Gossamer

📋 copy color: '#389178'

red 56 ◦ green 145 ◦ blue 120

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

Shades of Gossamer #389178

Tints of Gossamer #389178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 17.45%
G = 45.17%
B = 37.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#389178 (or 0x389178) is known color: Gossamer. HEX triplet: 38, 91 and 78. RGB value is (56,145,120). Sum of RGB (Red+Green+Blue) = 56+145+120=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #389178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389178 is #C76E87. Grayscale: #737373. Windows color (decimal): -13069960 or 7901496. OLE color: 7901496.

HSL color Cylindrical-coordinate representation of color #389178: hue angle of 163.15º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389178 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 120 -
CMYK 0.61 0 0.17 0.43
HSL 163.15º 0.44% 0.39% -
HSV(B) 163.15º 0.61% 0.57% -
XYZ 15.15 22.45 21.3 -
YUV 115.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 56 145 120 0.61 0 0.17 0.43 163.15 0.44 0.39
Hex 38 91 78 3D 0 11 2B A3 2C 27
Octal 70 221 170 75 0 21 53 243 54 47
Binary 111000 10010001 1111000 111101 0 10001 101011 10100011 101100 100111

Color Harmonies of #389178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389178

Black with #389178

Text Example


Text Example

White with #389178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389178; }

 p { color: rgb(56,145,120); }

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

background-color css

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

 a { background-color: rgb(56,145,120); }

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

border-color css

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

 span { border-color: rgb(56,145,120); }

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