Html Css Color HEX #3A947F Gossamer

📋 copy color: '#3A947F'

red 58 ◦ green 148 ◦ blue 127

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

Shades of Gossamer #3A947F

Tints of Gossamer #3A947F

RGB

 RED value IS 58 (23.05% from 255) = 17.42%

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

 BLUE value IS 127 (50% from 255) = 38.14%

R = 17.42%
G = 44.44%
B = 38.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#3A947F (or 0x3A947F) is known color: Gossamer. HEX triplet: 3A, 94 and 7F. RGB value is (58,148,127). Sum of RGB (Red+Green+Blue) = 58+148+127=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #3A947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A947F is #C56B80. Grayscale: #767676. Windows color (decimal): -12938113 or 8361018. OLE color: 8361018.

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

Color convert

RGB 58 148 127 -
CMYK 0.61 0 0.14 0.42
HSL 166º 0.44% 0.4% -
HSV(B) 166º 0.61% 0.58% -
XYZ 16.17 23.61 23.78 -
YUV 118.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 58 148 127 0.61 0 0.14 0.42 166 0.44 0.4
Hex 3A 94 7F 3D 0 E 2A A6 2C 28
Octal 72 224 177 75 0 16 52 246 54 50
Binary 111010 10010100 1111111 111101 0 1110 101010 10100110 101100 101000

Color Harmonies of #3A947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A947F

Black with #3A947F

Text Example


Text Example

White with #3A947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A947F; }

 p { color: rgb(58,148,127); }

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

background-color css

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

 a { background-color: rgb(58,148,127); }

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

border-color css

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

 span { border-color: rgb(58,148,127); }

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