Html Css Color HEX #389675 Gossamer

📋 copy color: '#389675'

red 56 ◦ green 150 ◦ blue 117

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

Shades of Gossamer #389675

Tints of Gossamer #389675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 17.34%
G = 46.44%
B = 36.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#389675 (or 0x389675) is known color: Gossamer. HEX triplet: 38, 96 and 75. RGB value is (56,150,117). Sum of RGB (Red+Green+Blue) = 56+150+117=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #389675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389675 is #C7698A. Grayscale: #767676. Windows color (decimal): -13068683 or 7706168. OLE color: 7706168.

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

Color convert

RGB 56 150 117 -
CMYK 0.63 0 0.22 0.41
HSL 158.94º 0.46% 0.4% -
HSV(B) 158.94º 0.63% 0.59% -
XYZ 15.75 23.94 20.62 -
YUV 118.13 127.36 83.68 -
System Red Green Blue C M Y K H S L
Decimal 56 150 117 0.63 0 0.22 0.41 158.94 0.46 0.4
Hex 38 96 75 3F 0 16 29 9F 2E 28
Octal 70 226 165 77 0 26 51 237 56 50
Binary 111000 10010110 1110101 111111 0 10110 101001 10011111 101110 101000

Color Harmonies of #389675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389675

Black with #389675

Text Example


Text Example

White with #389675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389675; }

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

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

background-color css

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

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

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

border-color css

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

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

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