Html Css Color HEX #399485 Gossamer

📋 copy color: '#399485'

red 57 ◦ green 148 ◦ blue 133

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

Shades of Gossamer #399485

Tints of Gossamer #399485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.79%

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

R = 16.86%
G = 43.79%
B = 39.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#399485 (or 0x399485) is known color: Gossamer. HEX triplet: 39, 94 and 85. RGB value is (57,148,133). Sum of RGB (Red+Green+Blue) = 57+148+133=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #399485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399485 is #C66B7A. Grayscale: #777777. Windows color (decimal): -13003643 or 8754233. OLE color: 8754233.

HSL color Cylindrical-coordinate representation of color #399485: hue angle of 170.11º 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 #399485 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 148 133 -
CMYK 0.61 0 0.10 0.42
HSL 170.11º 0.44% 0.4% -
HSV(B) 170.11º 0.61% 0.58% -
XYZ 16.51 23.74 25.9 -
YUV 119.08 135.85 83.72 -
System Red Green Blue C M Y K H S L
Decimal 57 148 133 0.61 0 0.10 0.42 170.11 0.44 0.4
Hex 39 94 85 3D 0 A 2A AA 2C 28
Octal 71 224 205 75 0 12 52 252 54 50
Binary 111001 10010100 10000101 111101 0 1010 101010 10101010 101100 101000

Color Harmonies of #399485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399485

Black with #399485

Text Example


Text Example

White with #399485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399485; }

 p { color: rgb(57,148,133); }

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

background-color css

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

 a { background-color: rgb(57,148,133); }

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

border-color css

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

 span { border-color: rgb(57,148,133); }

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