Html Css Color HEX #389786 Gossamer

📋 copy color: '#389786'

red 56 ◦ green 151 ◦ blue 134

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

Shades of Gossamer #389786

Tints of Gossamer #389786

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.28%

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 16.42%
G = 44.28%
B = 39.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#389786 (or 0x389786) is known color: Gossamer. HEX triplet: 38, 97 and 86. RGB value is (56,151,134). Sum of RGB (Red+Green+Blue) = 56+151+134=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #389786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389786 is #C76879. Grayscale: #787878. Windows color (decimal): -13068410 or 8820536. OLE color: 8820536.

HSL color Cylindrical-coordinate representation of color #389786: hue angle of 169.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389786 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 151 134 -
CMYK 0.63 0 0.11 0.41
HSL 169.26º 0.46% 0.41% -
HSV(B) 169.26º 0.63% 0.59% -
XYZ 17 24.7 26.42 -
YUV 120.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 56 151 134 0.63 0 0.11 0.41 169.26 0.46 0.41
Hex 38 97 86 3F 0 B 29 A9 2E 29
Octal 70 227 206 77 0 13 51 251 56 51
Binary 111000 10010111 10000110 111111 0 1011 101001 10101001 101110 101001

Color Harmonies of #389786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389786

Black with #389786

Text Example


Text Example

White with #389786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389786; }

 p { color: rgb(56,151,134); }

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

background-color css

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

 a { background-color: rgb(56,151,134); }

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

border-color css

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

 span { border-color: rgb(56,151,134); }

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