Html Css Color HEX #3A967C Gossamer

📋 copy color: '#3A967C'

red 58 ◦ green 150 ◦ blue 124

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

Shades of Gossamer #3A967C

Tints of Gossamer #3A967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.18%

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 17.47%
G = 45.18%
B = 37.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#3A967C (or 0x3A967C) is known color: Gossamer. HEX triplet: 3A, 96 and 7C. RGB value is (58,150,124). Sum of RGB (Red+Green+Blue) = 58+150+124=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #3A967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A967C is #C56983. Grayscale: #777777. Windows color (decimal): -12937604 or 8164922. OLE color: 8164922.

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

Color convert

RGB 58 150 124 -
CMYK 0.61 0 0.17 0.41
HSL 163.04º 0.44% 0.41% -
HSV(B) 163.04º 0.61% 0.59% -
XYZ 16.29 24.17 22.88 -
YUV 119.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 58 150 124 0.61 0 0.17 0.41 163.04 0.44 0.41
Hex 3A 96 7C 3D 0 11 29 A3 2C 29
Octal 72 226 174 75 0 21 51 243 54 51
Binary 111010 10010110 1111100 111101 0 10001 101001 10100011 101100 101001

Color Harmonies of #3A967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A967C

Black with #3A967C

Text Example


Text Example

White with #3A967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,150,124); }

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

background-color css

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

 a { background-color: rgb(58,150,124); }

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

border-color css

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

 span { border-color: rgb(58,150,124); }

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