Html Css Color HEX #399886 Gossamer

📋 copy color: '#399886'

red 57 ◦ green 152 ◦ blue 134

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

Shades of Gossamer #399886

Tints of Gossamer #399886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

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

R = 16.62%
G = 44.31%
B = 39.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#399886 (or 0x399886) is known color: Gossamer. HEX triplet: 39, 98 and 86. RGB value is (57,152,134). Sum of RGB (Red+Green+Blue) = 57+152+134=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #399886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399886 is #C66779. Grayscale: #797979. Windows color (decimal): -13002618 or 8820793. OLE color: 8820793.

HSL color Cylindrical-coordinate representation of color #399886: hue angle of 168.63º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399886 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 152 134 -
CMYK 0.62 0 0.12 0.40
HSL 168.63º 0.45% 0.41% -
HSV(B) 168.63º 0.63% 0.6% -
XYZ 17.22 25.05 26.48 -
YUV 121.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 57 152 134 0.62 0 0.12 0.40 168.63 0.45 0.41
Hex 39 98 86 3E 0 C 28 A9 2D 29
Octal 71 230 206 76 0 14 50 251 55 51
Binary 111001 10011000 10000110 111110 0 1100 101000 10101001 101101 101001

Color Harmonies of #399886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399886

Black with #399886

Text Example


Text Example

White with #399886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399886; }

 p { color: rgb(57,152,134); }

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

background-color css

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

 a { background-color: rgb(57,152,134); }

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

border-color css

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

 span { border-color: rgb(57,152,134); }

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