Html Css Color HEX #389989 Gossamer

📋 copy color: '#389989'

red 56 ◦ green 153 ◦ blue 137

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

Shades of Gossamer #389989

Tints of Gossamer #389989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.22%

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 16.18%
G = 44.22%
B = 39.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#389989 (or 0x389989) is known color: Gossamer. HEX triplet: 38, 99 and 89. RGB value is (56,153,137). Sum of RGB (Red+Green+Blue) = 56+153+137=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #389989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389989 is #C76676. Grayscale: #7A7A7A. Windows color (decimal): -13067895 or 9017656. OLE color: 9017656.

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

Color convert

RGB 56 153 137 -
CMYK 0.63 0 0.10 0.4
HSL 170.1º 0.46% 0.41% -
HSV(B) 170.1º 0.63% 0.6% -
XYZ 17.54 25.43 27.65 -
YUV 122.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 56 153 137 0.63 0 0.10 0.4 170.1 0.46 0.41
Hex 38 99 89 3F 0 A 28 AA 2E 29
Octal 70 231 211 77 0 12 50 252 56 51
Binary 111000 10011001 10001001 111111 0 1010 101000 10101010 101110 101001

Color Harmonies of #389989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389989

Black with #389989

Text Example


Text Example

White with #389989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389989; }

 p { color: rgb(56,153,137); }

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

background-color css

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

 a { background-color: rgb(56,153,137); }

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

border-color css

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

 span { border-color: rgb(56,153,137); }

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