Html Css Color HEX #3A5950 Spectra

📋 copy color: '#3A5950'

red 58 ◦ green 89 ◦ blue 80

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

Shades of Spectra #3A5950

Tints of Spectra #3A5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.21%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 25.55%
G = 39.21%
B = 35.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#3A5950 (or 0x3A5950) is known color: Spectra. HEX triplet: 3A, 59 and 50. RGB value is (58,89,80). Sum of RGB (Red+Green+Blue) = 58+89+80=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5950 is #C5A6AF. Grayscale: #4E4E4E. Windows color (decimal): -12953264 or 5265722. OLE color: 5265722.

HSL color Cylindrical-coordinate representation of color #3A5950: hue angle of 162.58º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5950 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 89 80 -
CMYK 0.35 0 0.10 0.65
HSL 162.58º 0.21% 0.29% -
HSV(B) 162.58º 0.35% 0.35% -
XYZ 6.77 8.62 8.9 -
YUV 78.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 58 89 80 0.35 0 0.10 0.65 162.58 0.21 0.29
Hex 3A 59 50 23 0 A 41 A3 15 1D
Octal 72 131 120 43 0 12 101 243 25 35
Binary 111010 1011001 1010000 100011 0 1010 1000001 10100011 10101 11101

Color Harmonies of #3A5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5950

Black with #3A5950

Text Example


Text Example

White with #3A5950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,89,80); }

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

background-color css

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

 a { background-color: rgb(58,89,80); }

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

border-color css

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

 span { border-color: rgb(58,89,80); }

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