Html Css Color HEX #399388 Gossamer

📋 copy color: '#399388'

red 57 ◦ green 147 ◦ blue 136

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

Shades of Gossamer #399388

Tints of Gossamer #399388

RGB

 RED value IS 57 (22.66% from 255) = 16.76%

 GREEN value IS 147 (57.81% from 255) = 43.24%

 BLUE value IS 136 (53.52% from 255) = 40%

R = 16.76%
G = 43.24%
B = 40%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#399388 (or 0x399388) is known color: Gossamer. HEX triplet: 39, 93 and 88. RGB value is (57,147,136). Sum of RGB (Red+Green+Blue) = 57+147+136=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #399388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399388 is #C66C77. Grayscale: #767676. Windows color (decimal): -13003896 or 8950585. OLE color: 8950585.

HSL color Cylindrical-coordinate representation of color #399388: hue angle of 172.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399388 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 147 136 -
CMYK 0.61 0 0.07 0.42
HSL 172.67º 0.44% 0.4% -
HSV(B) 172.67º 0.61% 0.58% -
XYZ 16.57 23.51 26.96 -
YUV 118.84 137.68 83.89 -
System Red Green Blue C M Y K H S L
Decimal 57 147 136 0.61 0 0.07 0.42 172.67 0.44 0.4
Hex 39 93 88 3D 0 7 2A AD 2C 28
Octal 71 223 210 75 0 7 52 255 54 50
Binary 111001 10010011 10001000 111101 0 111 101010 10101101 101100 101000

Color Harmonies of #399388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399388

Black with #399388

Text Example


Text Example

White with #399388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399388; }

 p { color: rgb(57,147,136); }

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

background-color css

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

 a { background-color: rgb(57,147,136); }

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

border-color css

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

 span { border-color: rgb(57,147,136); }

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