Html Css Color HEX #389377 Gossamer

📋 copy color: '#389377'

red 56 ◦ green 147 ◦ blue 119

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

Shades of Gossamer #389377

Tints of Gossamer #389377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.65%

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

R = 17.39%
G = 45.65%
B = 36.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#389377 (or 0x389377) is known color: Gossamer. HEX triplet: 38, 93 and 77. RGB value is (56,147,119). Sum of RGB (Red+Green+Blue) = 56+147+119=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #389377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389377 is #C76C88. Grayscale: #747474. Windows color (decimal): -13069449 or 7836472. OLE color: 7836472.

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

Color convert

RGB 56 147 119 -
CMYK 0.62 0 0.19 0.42
HSL 161.54º 0.45% 0.4% -
HSV(B) 161.54º 0.62% 0.58% -
XYZ 15.39 23.04 21.09 -
YUV 116.6 129.35 84.78 -
System Red Green Blue C M Y K H S L
Decimal 56 147 119 0.62 0 0.19 0.42 161.54 0.45 0.4
Hex 38 93 77 3E 0 13 2A A2 2D 28
Octal 70 223 167 76 0 23 52 242 55 50
Binary 111000 10010011 1110111 111110 0 10011 101010 10100010 101101 101000

Color Harmonies of #389377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389377

Black with #389377

Text Example


Text Example

White with #389377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389377; }

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

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

background-color css

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

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

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

border-color css

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

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

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