Html Css Color HEX #389589 Gossamer

📋 copy color: '#389589'

red 56 ◦ green 149 ◦ blue 137

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

Shades of Gossamer #389589

Tints of Gossamer #389589

RGB

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

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

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

R = 16.37%
G = 43.57%
B = 40.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#389589 (or 0x389589) is known color: Gossamer. HEX triplet: 38, 95 and 89. RGB value is (56,149,137). Sum of RGB (Red+Green+Blue) = 56+149+137=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #389589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389589 is #C76A76. Grayscale: #777777. Windows color (decimal): -13068919 or 9016632. OLE color: 9016632.

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

Color convert

RGB 56 149 137 -
CMYK 0.62 0 0.08 0.42
HSL 172.26º 0.45% 0.4% -
HSV(B) 172.26º 0.62% 0.58% -
XYZ 16.89 24.14 27.44 -
YUV 119.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 56 149 137 0.62 0 0.08 0.42 172.26 0.45 0.4
Hex 38 95 89 3E 0 8 2A AC 2D 28
Octal 70 225 211 76 0 10 52 254 55 50
Binary 111000 10010101 10001001 111110 0 1000 101010 10101100 101101 101000

Color Harmonies of #389589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389589

Black with #389589

Text Example


Text Example

White with #389589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389589; }

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

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

background-color css

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

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

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

border-color css

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

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

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