Html Css Color HEX #3A977A Gossamer

📋 copy color: '#3A977A'

red 58 ◦ green 151 ◦ blue 122

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

Shades of Gossamer #3A977A

Tints of Gossamer #3A977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.62%

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 17.52%
G = 45.62%
B = 36.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#3A977A (or 0x3A977A) is known color: Gossamer. HEX triplet: 3A, 97 and 7A. RGB value is (58,151,122). Sum of RGB (Red+Green+Blue) = 58+151+122=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #3A977A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A977A is #C56885. Grayscale: #777777. Windows color (decimal): -12937350 or 8034106. OLE color: 8034106.

HSL color Cylindrical-coordinate representation of color #3A977A: hue angle of 161.29º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A977A is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 151 122 -
CMYK 0.62 0 0.19 0.41
HSL 161.29º 0.44% 0.41% -
HSV(B) 161.29º 0.62% 0.59% -
XYZ 16.32 24.44 22.27 -
YUV 119.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 58 151 122 0.62 0 0.19 0.41 161.29 0.44 0.41
Hex 3A 97 7A 3E 0 13 29 A1 2C 29
Octal 72 227 172 76 0 23 51 241 54 51
Binary 111010 10010111 1111010 111110 0 10011 101001 10100001 101100 101001

Color Harmonies of #3A977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A977A

Black with #3A977A

Text Example


Text Example

White with #3A977A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,151,122); }

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

background-color css

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

 a { background-color: rgb(58,151,122); }

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

border-color css

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

 span { border-color: rgb(58,151,122); }

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