Html Css Color HEX #389476 Gossamer

📋 copy color: '#389476'

red 56 ◦ green 148 ◦ blue 118

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

Shades of Gossamer #389476

Tints of Gossamer #389476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 17.39%
G = 45.96%
B = 36.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#389476 (or 0x389476) is known color: Gossamer. HEX triplet: 38, 94 and 76. RGB value is (56,148,118). Sum of RGB (Red+Green+Blue) = 56+148+118=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #389476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389476 is #C76B89. Grayscale: #757575. Windows color (decimal): -13069194 or 7771192. OLE color: 7771192.

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

Color convert

RGB 56 148 118 -
CMYK 0.62 0 0.20 0.42
HSL 160.43º 0.45% 0.4% -
HSV(B) 160.43º 0.62% 0.58% -
XYZ 15.49 23.33 20.83 -
YUV 117.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 56 148 118 0.62 0 0.20 0.42 160.43 0.45 0.4
Hex 38 94 76 3E 0 14 2A A0 2D 28
Octal 70 224 166 76 0 24 52 240 55 50
Binary 111000 10010100 1110110 111110 0 10100 101010 10100000 101101 101000

Color Harmonies of #389476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389476

Black with #389476

Text Example


Text Example

White with #389476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389476; }

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

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

background-color css

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

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

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

border-color css

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

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

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