Html Css Color HEX #3A9876 Gossamer

📋 copy color: '#3A9876'

red 58 ◦ green 152 ◦ blue 118

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

Shades of Gossamer #3A9876

Tints of Gossamer #3A9876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.34%

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 17.68%
G = 46.34%
B = 35.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#3A9876 (or 0x3A9876) is known color: Gossamer. HEX triplet: 3A, 98 and 76. RGB value is (58,152,118). Sum of RGB (Red+Green+Blue) = 58+152+118=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #3A9876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9876 is #C56789. Grayscale: #787878. Windows color (decimal): -12937098 or 7772218. OLE color: 7772218.

HSL color Cylindrical-coordinate representation of color #3A9876: hue angle of 158.3º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9876 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 152 118 -
CMYK 0.62 0 0.22 0.40
HSL 158.3º 0.45% 0.41% -
HSV(B) 158.3º 0.62% 0.6% -
XYZ 16.24 24.66 21.04 -
YUV 120.02 126.86 83.76 -
System Red Green Blue C M Y K H S L
Decimal 58 152 118 0.62 0 0.22 0.40 158.3 0.45 0.41
Hex 3A 98 76 3E 0 16 28 9E 2D 29
Octal 72 230 166 76 0 26 50 236 55 51
Binary 111010 10011000 1110110 111110 0 10110 101000 10011110 101101 101001

Color Harmonies of #3A9876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9876

Black with #3A9876

Text Example


Text Example

White with #3A9876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,152,118); }

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

background-color css

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

 a { background-color: rgb(58,152,118); }

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

border-color css

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

 span { border-color: rgb(58,152,118); }

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