Html Css Color HEX #389785 Gossamer

📋 copy color: '#389785'

red 56 ◦ green 151 ◦ blue 133

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

Shades of Gossamer #389785

Tints of Gossamer #389785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 16.47%
G = 44.41%
B = 39.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#389785 (or 0x389785) is known color: Gossamer. HEX triplet: 38, 97 and 85. RGB value is (56,151,133). Sum of RGB (Red+Green+Blue) = 56+151+133=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #389785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389785 is #C7687A. Grayscale: #787878. Windows color (decimal): -13068411 or 8755000. OLE color: 8755000.

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

Color convert

RGB 56 151 133 -
CMYK 0.63 0 0.12 0.41
HSL 168.63º 0.46% 0.41% -
HSV(B) 168.63º 0.63% 0.59% -
XYZ 16.93 24.67 26.06 -
YUV 120.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 56 151 133 0.63 0 0.12 0.41 168.63 0.46 0.41
Hex 38 97 85 3F 0 C 29 A9 2E 29
Octal 70 227 205 77 0 14 51 251 56 51
Binary 111000 10010111 10000101 111111 0 1100 101001 10101001 101110 101001

Color Harmonies of #389785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389785

Black with #389785

Text Example


Text Example

White with #389785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389785; }

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

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

background-color css

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

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

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

border-color css

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

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

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