Html Css Color HEX #389685 Gossamer

📋 copy color: '#389685'

red 56 ◦ green 150 ◦ blue 133

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

Shades of Gossamer #389685

Tints of Gossamer #389685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.25%

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

R = 16.52%
G = 44.25%
B = 39.23%

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

#389685 (or 0x389685) is known color: Gossamer. HEX triplet: 38, 96 and 85. RGB value is (56,150,133). Sum of RGB (Red+Green+Blue) = 56+150+133=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #389685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389685 is #C7697A. Grayscale: #777777. Windows color (decimal): -13068667 or 8754744. OLE color: 8754744.

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

Color convert

RGB 56 150 133 -
CMYK 0.63 0 0.11 0.41
HSL 169.15º 0.46% 0.4% -
HSV(B) 169.15º 0.63% 0.59% -
XYZ 16.77 24.35 26.01 -
YUV 119.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 56 150 133 0.63 0 0.11 0.41 169.15 0.46 0.4
Hex 38 96 85 3F 0 B 29 A9 2E 28
Octal 70 226 205 77 0 13 51 251 56 50
Binary 111000 10010110 10000101 111111 0 1011 101001 10101001 101110 101000

Color Harmonies of #389685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389685

Black with #389685

Text Example


Text Example

White with #389685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389685; }

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

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

background-color css

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

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

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

border-color css

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

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

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