Html Css Color HEX #389977 Gossamer

📋 copy color: '#389977'

red 56 ◦ green 153 ◦ blue 119

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

Shades of Gossamer #389977

Tints of Gossamer #389977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 17.07%
G = 46.65%
B = 36.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#389977 (or 0x389977) is known color: Gossamer. HEX triplet: 38, 99 and 77. RGB value is (56,153,119). Sum of RGB (Red+Green+Blue) = 56+153+119=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #389977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389977 is #C76688. Grayscale: #787878. Windows color (decimal): -13067913 or 7838008. OLE color: 7838008.

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

Color convert

RGB 56 153 119 -
CMYK 0.63 0 0.22 0.4
HSL 158.97º 0.46% 0.41% -
HSV(B) 158.97º 0.63% 0.6% -
XYZ 16.35 24.96 21.41 -
YUV 120.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 56 153 119 0.63 0 0.22 0.4 158.97 0.46 0.41
Hex 38 99 77 3F 0 16 28 9F 2E 29
Octal 70 231 167 77 0 26 50 237 56 51
Binary 111000 10011001 1110111 111111 0 10110 101000 10011111 101110 101001

Color Harmonies of #389977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389977

Black with #389977

Text Example


Text Example

White with #389977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389977; }

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

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

background-color css

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

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

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

border-color css

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

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

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