Html Css Color HEX #389489 Gossamer

📋 copy color: '#389489'

red 56 ◦ green 148 ◦ blue 137

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

Shades of Gossamer #389489

Tints of Gossamer #389489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.4%

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

R = 16.42%
G = 43.4%
B = 40.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#389489 (or 0x389489) is known color: Gossamer. HEX triplet: 38, 94 and 89. RGB value is (56,148,137). Sum of RGB (Red+Green+Blue) = 56+148+137=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #389489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389489 is #C76B76. Grayscale: #777777. Windows color (decimal): -13069175 or 9016376. OLE color: 9016376.

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

Color convert

RGB 56 148 137 -
CMYK 0.62 0 0.07 0.42
HSL 172.83º 0.45% 0.4% -
HSV(B) 172.83º 0.62% 0.58% -
XYZ 16.74 23.83 27.38 -
YUV 119.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 56 148 137 0.62 0 0.07 0.42 172.83 0.45 0.4
Hex 38 94 89 3E 0 7 2A AD 2D 28
Octal 70 224 211 76 0 7 52 255 55 50
Binary 111000 10010100 10001001 111110 0 111 101010 10101101 101101 101000

Color Harmonies of #389489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389489

Black with #389489

Text Example


Text Example

White with #389489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389489; }

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

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

background-color css

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

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

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

border-color css

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

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

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