Html Css Color HEX #39947D Gossamer

📋 copy color: '#39947D'

red 57 ◦ green 148 ◦ blue 125

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

Shades of Gossamer #39947D

Tints of Gossamer #39947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 17.27%
G = 44.85%
B = 37.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#39947D (or 0x39947D) is known color: Gossamer. HEX triplet: 39, 94 and 7D. RGB value is (57,148,125). Sum of RGB (Red+Green+Blue) = 57+148+125=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #39947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39947D is #C66B82. Grayscale: #767676. Windows color (decimal): -13003651 or 8229945. OLE color: 8229945.

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

Color convert

RGB 57 148 125 -
CMYK 0.61 0 0.16 0.42
HSL 164.84º 0.44% 0.4% -
HSV(B) 164.84º 0.61% 0.58% -
XYZ 15.98 23.53 23.1 -
YUV 118.17 131.85 84.37 -
System Red Green Blue C M Y K H S L
Decimal 57 148 125 0.61 0 0.16 0.42 164.84 0.44 0.4
Hex 39 94 7D 3D 0 10 2A A5 2C 28
Octal 71 224 175 75 0 20 52 245 54 50
Binary 111001 10010100 1111101 111101 0 10000 101010 10100101 101100 101000

Color Harmonies of #39947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39947D

Black with #39947D

Text Example


Text Example

White with #39947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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