Html Css Color HEX #3A9278 Gossamer

📋 copy color: '#3A9278'

red 58 ◦ green 146 ◦ blue 120

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

Shades of Gossamer #3A9278

Tints of Gossamer #3A9278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

 BLUE value IS 120 (47.27% from 255) = 37.04%

R = 17.9%
G = 45.06%
B = 37.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#3A9278 (or 0x3A9278) is known color: Gossamer. HEX triplet: 3A, 92 and 78. RGB value is (58,146,120). Sum of RGB (Red+Green+Blue) = 58+146+120=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9278 is #C56D87. Grayscale: #747474. Windows color (decimal): -12938632 or 7901754. OLE color: 7901754.

HSL color Cylindrical-coordinate representation of color #3A9278: hue angle of 162.27º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9278 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 146 120 -
CMYK 0.60 0 0.18 0.43
HSL 162.27º 0.43% 0.4% -
HSV(B) 162.27º 0.6% 0.57% -
XYZ 15.41 22.81 21.36 -
YUV 116.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 58 146 120 0.60 0 0.18 0.43 162.27 0.43 0.4
Hex 3A 92 78 3C 0 12 2B A2 2B 28
Octal 72 222 170 74 0 22 53 242 53 50
Binary 111010 10010010 1111000 111100 0 10010 101011 10100010 101011 101000

Color Harmonies of #3A9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9278

Black with #3A9278

Text Example


Text Example

White with #3A9278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,146,120); }

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

background-color css

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

 a { background-color: rgb(58,146,120); }

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

border-color css

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

 span { border-color: rgb(58,146,120); }

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