Html Css Color HEX #3A977B Gossamer

📋 copy color: '#3A977B'

red 58 ◦ green 151 ◦ blue 123

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

Shades of Gossamer #3A977B

Tints of Gossamer #3A977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 17.47%
G = 45.48%
B = 37.05%

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

#3A977B (or 0x3A977B) is known color: Gossamer. HEX triplet: 3A, 97 and 7B. RGB value is (58,151,123). Sum of RGB (Red+Green+Blue) = 58+151+123=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #3A977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A977B is #C56884. Grayscale: #787878. Windows color (decimal): -12937349 or 8099642. OLE color: 8099642.

HSL color Cylindrical-coordinate representation of color #3A977B: hue angle of 161.94º 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 #3A977B is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 151 123 -
CMYK 0.62 0 0.19 0.41
HSL 161.94º 0.44% 0.41% -
HSV(B) 161.94º 0.62% 0.59% -
XYZ 16.39 24.46 22.6 -
YUV 120 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 58 151 123 0.62 0 0.19 0.41 161.94 0.44 0.41
Hex 3A 97 7B 3E 0 13 29 A2 2C 29
Octal 72 227 173 76 0 23 51 242 54 51
Binary 111010 10010111 1111011 111110 0 10011 101001 10100010 101100 101001

Color Harmonies of #3A977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A977B

Black with #3A977B

Text Example


Text Example

White with #3A977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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