Html Css Color HEX #3A9477 Gossamer

📋 copy color: '#3A9477'

red 58 ◦ green 148 ◦ blue 119

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

Shades of Gossamer #3A9477

Tints of Gossamer #3A9477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.62%

R = 17.85%
G = 45.54%
B = 36.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#3A9477 (or 0x3A9477) is known color: Gossamer. HEX triplet: 3A, 94 and 77. RGB value is (58,148,119). Sum of RGB (Red+Green+Blue) = 58+148+119=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9477 is #C56B88. Grayscale: #757575. Windows color (decimal): -12938121 or 7836730. OLE color: 7836730.

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

Color convert

RGB 58 148 119 -
CMYK 0.61 0 0.20 0.42
HSL 160.67º 0.44% 0.4% -
HSV(B) 160.67º 0.61% 0.58% -
XYZ 15.66 23.41 21.15 -
YUV 117.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 58 148 119 0.61 0 0.20 0.42 160.67 0.44 0.4
Hex 3A 94 77 3D 0 14 2A A1 2C 28
Octal 72 224 167 75 0 24 52 241 54 50
Binary 111010 10010100 1110111 111101 0 10100 101010 10100001 101100 101000

Color Harmonies of #3A9477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9477

Black with #3A9477

Text Example


Text Example

White with #3A9477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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