Html Css Color HEX #389981 Gossamer

📋 copy color: '#389981'

red 56 ◦ green 153 ◦ blue 129

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

Shades of Gossamer #389981

Tints of Gossamer #389981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 16.57%
G = 45.27%
B = 38.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#389981 (or 0x389981) is known color: Gossamer. HEX triplet: 38, 99 and 81. RGB value is (56,153,129). Sum of RGB (Red+Green+Blue) = 56+153+129=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #389981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389981 is #C7667E. Grayscale: #797979. Windows color (decimal): -13067903 or 8493368. OLE color: 8493368.

HSL color Cylindrical-coordinate representation of color #389981: hue angle of 165.15º 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 #389981 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 129 -
CMYK 0.63 0 0.16 0.4
HSL 165.15º 0.46% 0.41% -
HSV(B) 165.15º 0.63% 0.6% -
XYZ 16.98 25.21 24.74 -
YUV 121.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 56 153 129 0.63 0 0.16 0.4 165.15 0.46 0.41
Hex 38 99 81 3F 0 10 28 A5 2E 29
Octal 70 231 201 77 0 20 50 245 56 51
Binary 111000 10011001 10000001 111111 0 10000 101000 10100101 101110 101001

Color Harmonies of #389981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389981

Black with #389981

Text Example


Text Example

White with #389981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389981; }

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

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

background-color css

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

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

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

border-color css

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

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

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